Bug #6
WAbstractButton with buddy misbehaves in Layouts
Start date:
07/07/2009
Due date:
% Done:
100%
Estimated time:
Description
WVBoxLayout *layout = new WVBoxLayout; layout->addWidget(new WCheckBox("hello")); setLayout(layout);
Result: buddy text of checkbox is invisible
Updated by Wim Dumon almost 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by Koen Deforche almost 13 years ago
- Status changed from Resolved to Closed
It seems to work