From: adv Date: Fri, 13 Dec 2013 08:39:17 +0000 (+0000) Subject: Minor correction. X-Git-Tag: BR_hydro_v_0_5~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=63f3340b5dbf48fe8128fdb0190d329b12499023;p=modules%2Fhydro.git Minor correction. --- diff --git a/src/HYDROGUI/HYDROGUI_Poly3DDlg.cxx b/src/HYDROGUI/HYDROGUI_Poly3DDlg.cxx index ed4f67f3..36ec02cd 100644 --- a/src/HYDROGUI/HYDROGUI_Poly3DDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_Poly3DDlg.cxx @@ -121,7 +121,7 @@ bool HYDROGUI_Poly3DDlg::getSelectedObjects( QString& theNamePoly, theNamePoly = myPolyline->GetName(); theNameProfile = myProfile->GetName(); theNameBath = myBath->GetName(); - return !theNamePoly.isEmpty() && ( !theNameProfile.isEmpty() || theNameBath.isEmpty() ); + return !theNamePoly.isEmpty() && ( !theNameProfile.isEmpty() || !theNameBath.isEmpty() ); } void HYDROGUI_Poly3DDlg::setPreselectedObject( const QString& theName )