diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2008-04-11 23:57:58 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2008-04-11 23:57:58 +0000 |
commit | 2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f (patch) | |
tree | 0816bc586305a1f7d9a784410c9147ae3238fbc0 /src/gui/radiobutton.h | |
parent | 064d125c1de90888b0d4d4b53e0f74a3c65cb230 (diff) | |
download | mana-2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f.tar.gz mana-2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f.tar.bz2 mana-2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f.tar.xz mana-2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f.zip |
Removed the rhombs around the radio buttons.
Diffstat (limited to 'src/gui/radiobutton.h')
-rw-r--r-- | src/gui/radiobutton.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/radiobutton.h b/src/gui/radiobutton.h index 4f868fdb..3b97ad86 100644 --- a/src/gui/radiobutton.h +++ b/src/gui/radiobutton.h @@ -50,6 +50,12 @@ class RadioButton : public gcn::RadioButton { */ void drawBox(gcn::Graphics* graphics); + /** + * Implementation of the draw methods. + * Thus, avoiding the rhomb around the radio button. + */ + void draw(gcn::Graphics* graphics); + private: static int instances; static Image *radioNormal; |