summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-11-14 11:43:08 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-11-14 11:43:08 +0000
commit0cb338e00d0af4a8b84012e491d464084bc58493 (patch)
treea89a434a22a4abe94f0dd84fc23422ac0a397ec6
parent9834a687fc5180f0beba99bc15fe5763f5c20317 (diff)
gotta iron out this pressed button crap
-rw-r--r--otk/style.hh2
1 files changed, 1 insertions, 1 deletions
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; }