X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_RiverBottomOp.cxx;h=aeaadfb52176fe0d4045d14a5340af61f9b7ea88;hb=91509fc95d80a88365f84eb941df6139d8a87dde;hp=a3b9682038d8db743f4513c3e820245df89758e4;hpb=f1d90c0ee102f4e82c4ecfb53d05d1dfb9571723;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_RiverBottomOp.cxx b/src/HYDROGUI/HYDROGUI_RiverBottomOp.cxx index a3b96820..aeaadfb5 100644 --- a/src/HYDROGUI/HYDROGUI_RiverBottomOp.cxx +++ b/src/HYDROGUI/HYDROGUI_RiverBottomOp.cxx @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -60,9 +56,12 @@ void HYDROGUI_RiverBottomOp::startOperation() { HYDROGUI_Operation::startOperation(); - HYDROGUI_RiverBottomDlg* aPanel = ::qobject_cast( inputPanel() ); + if ( isApplyAndClose() ) + { + HYDROGUI_RiverBottomDlg* aPanel = ::qobject_cast( inputPanel() ); - aPanel->reset(); + aPanel->reset(); + } } void HYDROGUI_RiverBottomOp::abortOperation()