From 5586df40e2425ac76593bb2be581771a2d16e7aa Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 21 Sep 2013 11:30:27 +0000
Subject: [PATCH] make MPEG win non_modal

---
 Fltk/fileDialogs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fltk/fileDialogs.cpp b/Fltk/fileDialogs.cpp
index 40f02214a4..de54b33651 100644
--- a/Fltk/fileDialogs.cpp
+++ b/Fltk/fileDialogs.cpp
@@ -383,7 +383,7 @@ int mpegFileDialog(const char *name)
     int ww = w - 2 * WB;
     dialog->window = new Fl_Double_Window(w, h, "MPEG Options");
     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);
       dialog->b[0] = new Fl_Round_Button
-- 
GitLab