Actions
Bug #816
closedsetDecorationStyle( decorationStyle() ) should not but does change the css style
Start date:
05/06/2011
Due date:
% Done:
0%
Estimated time:
Description
For example:
WPushButton *b = new WPushButton( "Greet me.", root() );
b~~setDecorationStyle( b~~>decorationStyle() ); // should not change any css style
The button has no css border as the result of execution of setDecorationStyle function.
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
This now behaves properly with git head.]
Regards,
koen
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions