qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

Enabling isTransparentForPositioner for controls in layouts

Open uwerat opened this issue 3 years ago • 0 comments

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.

uwerat avatar Aug 24 '21 13:08 uwerat