Resize cause node to stretch (DEF-1827) (SOLVED)

Reproduce steps:
A node ‘node’ has adjust mode set to stretch and is disabled.
Another node which is a child to the previously mentioned node called ‘subnode’, has adjust mode set to fit.
The app is then enlarged horizontally and an app resize event is performed.
The ‘node’ node is then enabled.
The ‘subnode’ node is then stretched horizontally, despite being explicitly set to adjust mode ‘fit’.
The app is then enlarged a bit further horizontally and another app resize event is performed.
The ‘subnode’ node is now no longer stretched horizontally (behaves as expected).

Conclusion:
The ‘subnode’ node is not always scaled correctly.

Using defold 1.2.83 on Windows 7.

1 Like

Solved in Defold 1.2.112