summaryrefslogtreecommitdiff
path: root/src/c_fl_menu.cpp
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-06 14:06:32 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-06 14:06:32 +1000
commit5f91a787afcebae37b5e22ab0dfe93b2a9794226 (patch)
treeadbf983e3cfb408f16c4dc8773e6c2ef9e5e5835 /src/c_fl_menu.cpp
parentfbdef14a42388934067427854b6f5559bef31e8d (diff)
Draw method overriding implemented for Widgets, fixed for Menus, still needs cleaning up
Diffstat (limited to 'src/c_fl_menu.cpp')
-rw-r--r--src/c_fl_menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_fl_menu.cpp b/src/c_fl_menu.cpp
index 630e63f..c9fb6d3 100644
--- a/src/c_fl_menu.cpp
+++ b/src/c_fl_menu.cpp
@@ -29,7 +29,7 @@ void My_Menu::draw() {
void My_Menu::real_draw() {
- Fl_Menu_::draw();
+ //Fl_Menu_::draw();
}