Undid previous test change.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4640 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2005-11-06 09:55:36 +00:00
parent 79015a71f7
commit 8bcfae7b11
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}