diff options
Diffstat (limited to 'otk/button.cc')
| -rw-r--r-- | otk/button.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/button.cc b/otk/button.cc index e7340d1b..08dc0484 100644 --- a/otk/button.cc +++ b/otk/button.cc @@ -12,6 +12,7 @@ Button::Button(Widget *parent) : FocusLabel(parent), _pressed(false), _pressed_focus_tx(0), _pressed_unfocus_tx(0), _unpr_focus_tx(0), _unpr_unfocus_tx(0) { + setStyle(_style); } Button::~Button() |
