]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #574: take into account the order of land covers in the "Included land covers...
authormkr <mkr@opencascade.com>
Wed, 24 Jun 2015 14:21:56 +0000 (17:21 +0300)
committermkr <mkr@opencascade.com>
Wed, 24 Jun 2015 14:21:56 +0000 (17:21 +0300)
src/HYDROGUI/HYDROGUI_CalculationDlg.cxx
src/HYDROGUI/HYDROGUI_CalculationOp.cxx

index 889d2b611b6377d4ce093d674a36ff90989bec53..3103fe4a74b6aac72d7c76fb00ffb4f598ff1957 100644 (file)
@@ -443,7 +443,7 @@ QWizardPage* HYDROGUI_CalculationDlg::createLandCoversPage() {
   connect( anAddBtn, SIGNAL( clicked() ), SIGNAL( addLandCovers() ) );
   connect( aRemoveBtn, SIGNAL( clicked() ), SIGNAL( removeLandCovers() ) );
 
-  connect( myLandCovers, SIGNAL( orderLandCoverChanged() ), SLOT( onOrderLandCoverChanged() ) );
+  connect( myLandCovers, SIGNAL( orderChanged() ), SLOT( onOrderLandCoverChanged() ) );
 
   return aPage;
 }
index ef991cab90fe7b95df59985018a40f15ae2f8457..6c6aa8e8afcce538cf5b01b22ff2c96810ad2530 100644 (file)
@@ -1106,7 +1106,6 @@ void HYDROGUI_CalculationOp::onNext( const int theIndex )
     if ( anIsToUpdate )
     {
       myShowZones = true;
-      //myEditedObject->Update();
       myEditedObject->SetToUpdate( false );
       
       AssignDefaultZonesColors( true );