mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
#1706: changed test/tile to expose issues with reversed order of 'show'. Changed Fluid to disallow a widget class inside a widget class, because Fluid has no subwindow support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5912 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -82,8 +82,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
tile.end();
|
||||
window.end();
|
||||
window.show(argc,argv);
|
||||
w1.show();
|
||||
window.show(argc,argv);
|
||||
return Fl::run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user