WContainerWidget::createLayoutItemImpl
Added by Plug Gulp 10 months ago
Hello,
Should the assert(false) statement in the WContainerWidget::createLayoutItemImpl method be under the #else part of #ifndef WT_NO_LAYOUT block?
Thanks and regards,
~Plug
Replies (2)
RE: WContainerWidget::createLayoutItemImpl - Added by Koen Deforche 10 months ago
Hey Plug,
Not really. Possibly you are trying to use a layout that is not implemented for WContainerWidget (like WFitLayout ?) ?
We should probably fix this since it should actually be straight forward.
Regards,
koen
RE: WContainerWidget::createLayoutItemImpl - Added by Plug Gulp 10 months ago
Yes, indeed that was the case in my original test. Sorry for that!
Kind regards,
~Plug
(1-2/2)