diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2008-04-11 23:57:58 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-09 21:26:59 -0700 |
commit | 2f7fdae1ac1afef86e2a8a856964e7415593b206 (patch) | |
tree | 4fc198ae23e81baaf7cc312347cbb1a7ec1cb9ac /src/gui/radiobutton.h | |
parent | afe43d3736eaf33ba26d2373917d2a8de3f39667 (diff) | |
download | mana-2f7fdae1ac1afef86e2a8a856964e7415593b206.tar.gz mana-2f7fdae1ac1afef86e2a8a856964e7415593b206.tar.bz2 mana-2f7fdae1ac1afef86e2a8a856964e7415593b206.tar.xz mana-2f7fdae1ac1afef86e2a8a856964e7415593b206.zip |
Removed the rhombs around the radio buttons.
(cherry picked from commit 2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f)
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 8fb6d832..ef4c128c 100644 --- a/src/gui/radiobutton.h +++ b/src/gui/radiobutton.h @@ -49,6 +49,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; |