X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fbutton.cc;h=2b17458206432bad0e1d4714c5c939fb40f61395;hb=83727b8e6404f7e00e7369c39da8779dfb85ae09;hp=fd23a5698d74d54ff15851df3c25255834459025;hpb=948feddc2e0d3c846e1c4669681c475e99540a8b;p=chaz%2Fopenbox diff --git a/otk/button.cc b/otk/button.cc index fd23a569..2b174582 100644 --- a/otk/button.cc +++ b/otk/button.cc @@ -12,7 +12,6 @@ OtkButton::OtkButton(OtkWidget *parent) : OtkFocusLabel(parent), _pressed(false), _pressed_focus_tx(0), _pressed_unfocus_tx(0), _unpr_focus_tx(0), _unpr_unfocus_tx(0) { - setStyle(getStyle()); } OtkButton::~OtkButton()