X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fhmi%2FcommandsProc.cxx;h=063473ec7ef4500e19251c02140f3756c3b1fb58;hb=e41dd6512d61d8270dec5ad62f4a0b6703ff112d;hp=98c97436fce2b4a67fb680869d4c15fbb5d92719;hpb=237b241699ced019d48ecc8cac65bf9abeb4b5e1;p=modules%2Fyacs.git diff --git a/src/hmi/commandsProc.cxx b/src/hmi/commandsProc.cxx index 98c97436f..063473ec7 100644 --- a/src/hmi/commandsProc.cxx +++ b/src/hmi/commandsProc.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2020 CEA/DEN, EDF R&D +// Copyright (C) 2006-2022 CEA/DEN, 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 @@ -2470,6 +2470,7 @@ bool CommandSetSwitchSelect::localExecute() setErrorMsg(ex); return false; } + return true; } bool CommandSetSwitchSelect::localReverse() @@ -2492,6 +2493,7 @@ bool CommandSetSwitchSelect::localReverse() setErrorMsg(ex); return false; } + return true; } // ----------------------------------------------------------------------------