From: isn Date: Thu, 9 Nov 2017 14:34:15 +0000 (+0300) Subject: debug X-Git-Tag: v2.1~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=24e4cc4ffd7af332b0331641f061c198206c4eb4;p=modules%2Fhydro.git debug --- diff --git a/src/HYDROGUI/HYDROGUI_ProfileOp.cxx b/src/HYDROGUI/HYDROGUI_ProfileOp.cxx index db19ae67..c51ed386 100644 --- a/src/HYDROGUI/HYDROGUI_ProfileOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ProfileOp.cxx @@ -374,7 +374,7 @@ bool HYDROGUI_ProfileOp::processApply( int& theUpdateFlags, } aProfileNamesFiltered.append(profName); } - if (warn) + if (myIsEdit && warn) #ifndef TEST_MODE SUIT_MessageBox::warning( module()->getApp()->desktop(), title, mes ); #endif