From 0cb338e00d0af4a8b84012e491d464084bc58493 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Thu, 14 Nov 2002 11:43:08 +0000 Subject: [PATCH] gotta iron out this pressed button crap --- otk/style.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2