Skip to content
Snippets Groups Projects
Commit 6609db52 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

cannot call take_focus in constructor: it triggers show()

parent 48fbd739
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ helpWindow::helpWindow()
search->box(FL_FLAT_BOX);
search->callback(help_options_cb);
search->when(FL_WHEN_CHANGED);
search->take_focus();
//search->take_focus(); cannot call this here - it triggers show() on Linux in fltk 1.3.3
o->resizable(search);
o->end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment