-Fixed goptions window to stay above Luppp but not steal events, "non-modal" interaction

main
Harry van Haaren 2013-12-01 16:56:50 +00:00
parent 46d9700c62
commit d57dd9fd43
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ OptionsWindow::OptionsWindow()
{
window = new Fl_Double_Window(400,400,"Options");
window->set_modal();
window->set_non_modal();
tabs = new Fl_Tabs(0, 0, 400, 400);