From 24e4cc4ffd7af332b0331641f061c198206c4eb4 Mon Sep 17 00:00:00 2001 From: isn Date: Thu, 9 Nov 2017 17:34:15 +0300 Subject: [PATCH] debug --- src/HYDROGUI/HYDROGUI_ProfileOp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2