Actions
Bug #742
closedWDoubleSpinBox ignores style class
Start date:
03/02/2011
Due date:
% Done:
0%
Estimated time:
Description
Hi,
if i call addStyleClass("param") on my spin box, the style is not taken into account
in my css, i have :
.param {
font-size: 8pt;
}
This works on other widgets (i.e. WLineEdit for instance) but not spin box.
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey, that should be fixed in latest git.
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Available in Wt 3.1.9
Actions