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; }