diff options
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; |