Actions
Bug #6
closedWAbstractButton 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 over 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Actions