]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
debug BR_1334_3
authorisn <isn@opencascade.com>
Thu, 9 Nov 2017 14:34:15 +0000 (17:34 +0300)
committerisn <isn@opencascade.com>
Thu, 9 Nov 2017 14:34:15 +0000 (17:34 +0300)
src/HYDROGUI/HYDROGUI_ProfileOp.cxx

index db19ae679766d769a881fea9fd19027852627744..c51ed3861cb1e8466b373924dc8ee4efacadbea6 100644 (file)
@@ -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