-Made GOptions modal to main Luppp window

main
Harry van Haaren 2013-11-22 23:50:26 +00:00
parent b109e8776d
commit 48bbbf9dfa
1 changed files with 2 additions and 0 deletions

View File

@ -357,6 +357,8 @@ OptionsWindow::OptionsWindow()
{
window = new Fl_Double_Window(400,400,"Options");
window->set_modal();
tabs = new Fl_Tabs(0, 0, 400, 400);
int x, y, w, h;