From: GERALD NICOLAS Date: Mon, 7 Jan 2019 13:42:02 +0000 (+0100) Subject: Coordination X-Git-Tag: V9_3_0a1~1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=15bac964f9685cab2d0395f97ff8fb177fbd9fa8;p=modules%2Fhomard.git Coordination --- diff --git a/src/HOMARDGUI/MonCreateListGroup.cxx b/src/HOMARDGUI/MonCreateListGroup.cxx index 759c4dd9..41562d41 100644 --- a/src/HOMARDGUI/MonCreateListGroup.cxx +++ b/src/HOMARDGUI/MonCreateListGroup.cxx @@ -107,9 +107,12 @@ bool MonCreateListGroup::PushOnApply() void MonCreateListGroup::PushOnOK() // ------------------------------------------------------------------------ { - if (PushOnApply()) this->close(); - if ( _parentHyp ) { _parentHyp->raise(); _parentHyp->activateWindow(); }; - if ( _parentBound ) { _parentBound->raise(); _parentBound->activateWindow(); }; + if (PushOnApply()) + { + this->close(); + if ( _parentHyp ) { _parentHyp->raise(); _parentHyp->activateWindow(); }; + if ( _parentBound ) { _parentBound->raise(); _parentBound->activateWindow(); }; + } } // ------------------------------------------------------------------------ void MonCreateListGroup::PushOnHelp()