diff options
| -rw-r--r-- | test/buttons.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/buttons.cxx b/test/buttons.cxx index bacb28f4f..752ca1d56 100644 --- a/test/buttons.cxx +++ b/test/buttons.cxx @@ -46,8 +46,7 @@ int main(int argc, char ** argv) { new Fl_Round_Button(150,50,160,30,"Fl_Round_Button"); new Fl_Check_Button(150,90,160,30,"Fl_Check_Button"); window->end(); - //window->show(argc,argv); - window->show(); + window->show(argc,argv); return Fl::run(); } |
