diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-14 11:43:08 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-14 11:43:08 +0000 |
| commit | 0cb338e00d0af4a8b84012e491d464084bc58493 (patch) | |
| tree | a89a434a22a4abe94f0dd84fc23422ac0a397ec6 | |
| parent | 9834a687fc5180f0beba99bc15fe5763f5c20317 (diff) | |
gotta iron out this pressed button crap
| -rw-r--r-- | otk/style.hh | 2 |
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; } |
