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

make MPEG win non_modal

parent 1d02fc00
No related branches found
No related tags found
No related merge requests found
...@@ -383,7 +383,7 @@ int mpegFileDialog(const char *name) ...@@ -383,7 +383,7 @@ int mpegFileDialog(const char *name)
int ww = w - 2 * WB; int ww = w - 2 * WB;
dialog->window = new Fl_Double_Window(w, h, "MPEG Options"); dialog->window = new Fl_Double_Window(w, h, "MPEG Options");
dialog->window->box(GMSH_WINDOW_BOX); dialog->window->box(GMSH_WINDOW_BOX);
dialog->window->set_modal(); dialog->window->set_non_modal();
{ {
Fl_Group *o = new Fl_Group(WB, y, ww, 3 * BH); Fl_Group *o = new Fl_Group(WB, y, ww, 3 * BH);
dialog->b[0] = new Fl_Round_Button dialog->b[0] = new Fl_Round_Button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment