summaryrefslogtreecommitdiff
path: root/test/editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/editor.cxx')
-rw-r--r--test/editor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/editor.cxx b/test/editor.cxx
index 0978d36bd..1a67fc7d6 100644
--- a/test/editor.cxx
+++ b/test/editor.cxx
@@ -966,6 +966,7 @@ int main(int argc, char **argv) {
Fl_Window* window = new_view();
window->show(1, argv);
+ //window->wait_for_expose();
#ifndef __APPLE__
if (argc > 1) load_file(argv[1], -1);
#endif