From: YOANN AUDOUIN Date: Mon, 26 Oct 2020 09:51:37 +0000 (+0100) Subject: change coordinates dialog should be modal (no selection on object browser required) X-Git-Tag: SH_V2_2_0~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=81adfd7afaae01e152d254345deaab778eca55e1;p=modules%2Fhydrosolver.git change coordinates dialog should be modal (no selection on object browser required) --- diff --git a/src/HYDROGUI/HYDROSOLVERGUI.py b/src/HYDROGUI/HYDROSOLVERGUI.py index 0122d9d..09fc34d 100755 --- a/src/HYDROGUI/HYDROSOLVERGUI.py +++ b/src/HYDROGUI/HYDROSOLVERGUI.py @@ -461,6 +461,7 @@ def changeCoords_py(): desktop = sgPyQt.getDesktop() dlg = changeCoordsDialog(desktop) dlg.show() + dlg._exec() ### # Open dialog for boundary conditions edition