summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-06-18 09:35:42 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-06-18 09:35:42 +0000
commit3c62765e3ad17efe4845cf1e2019999dedd34253 (patch)
treea2246992da5f2df35f2eee8fe3dd75c5ae4d84a5 /test
parent18dbfc8a5762259314a01a14b5ed5e5e49c35194 (diff)
#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
Diffstat (limited to 'test')
-rw-r--r--test/tile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tile.cxx b/test/tile.cxx
index 58b0de0f4..dbd218be2 100644
--- a/test/tile.cxx
+++ b/test/tile.cxx
@@ -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();
}