]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Enable Apply, Apply and Close buttons, if create land cover map operation is started...
authormkr <mkr@opencascade.com>
Thu, 19 Nov 2015 09:55:28 +0000 (12:55 +0300)
committermkr <mkr@opencascade.com>
Thu, 19 Nov 2015 09:55:28 +0000 (12:55 +0300)
src/HYDROGUI/HYDROGUI_LandCoverMapDlg.cxx

index c0b687a5358b905d797127c0b831e7349c8216eb..2e11ce1e0e9cffc065389d9e2f0307340c22be09 100644 (file)
@@ -127,6 +127,8 @@ void HYDROGUI_LandCoverMapDlg::setObjectName( const QString& theName )
     myObjectNameCreate->setText( theName );
   else
     myObjectNameEdit->setCurrentIndex( myObjectNameEdit->findText( theName ) );
+
+  updateState();
 }
 
 QString HYDROGUI_LandCoverMapDlg::getObjectName() const