diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp index 3350cb214ab74e03d4c51d7c42be3400a93d53cd..ab2d708cfc4f5162482b2c2f6575d130f03c6878 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -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();