From: Marius Nita Date: Thu, 14 Nov 2002 11:43:08 +0000 (+0000) Subject: gotta iron out this pressed button crap X-Git-Tag: openbox-2_1_3~51 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0cb338e00d0af4a8b84012e491d464084bc58493;p=dana%2Fopenbox.git gotta iron out this pressed button crap --- diff --git a/otk/style.hh b/otk/style.hh index 2eb214c5..4128d93e 100644 --- a/otk/style.hh +++ b/otk/style.hh @@ -110,7 +110,7 @@ public: inline BTexture *getButtonUnfocus(void) { return &b_unfocus; } inline BTexture *getButtonPressedFocus(void) - { return &b_pressed_focus; } + { return &b_pressed; } inline BTexture *getButtonPressedUnfocus(void) { return &b_pressed_unfocus; }