qskinny
qskinny copied to clipboard
Enabling isTransparentForPositioner for controls in layouts
When setting the isTransparentForPositioner flag to true a parent layout box is not updated.
When using QskIndexedLayoutBox::autoAddChildren ( the default setting ) this bug can only be avoided by not setting the parent in the constructor. Otherwise the flag can only be set after the child has already been inserted.