From: mkr Date: Fri, 19 Jun 2015 11:43:10 +0000 (+0300) Subject: Merge branch 'BR_LAND_COVER' of ssh://git.salome-platform.org/modules/hydro into... X-Git-Tag: v1.4.2~53^2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6b60d479d87151dc450c93a914bc60936dbcd5cc;p=modules%2Fhydro.git Merge branch 'BR_LAND_COVER' of ssh://git.salome-platform.org/modules/hydro into BR_LAND_COVER --- 6b60d479d87151dc450c93a914bc60936dbcd5cc diff --cc src/HYDROGUI/HYDROGUI_CalculationDlg.cxx index 21773bc8,83249f3c..b170a72b --- a/src/HYDROGUI/HYDROGUI_CalculationDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_CalculationDlg.cxx @@@ -879,10 -842,8 +879,8 @@@ void HYDROGUI_CalculationDlg::setEdited myValidator->setEditedObject( theCase ); // Build the calculation case subtree - module()->getDataModel()->buildCaseTree( myBrowser->root(), myEditedObject ); - // TODO: build subtree items corresponding to regions constructed on land covers - //... + module()->getDataModel()->buildCaseTree( myBrowser->root(), myEditedObject, false ); - + myBrowser->updateTree(); myBrowser->openLevels(); myBrowser->adjustColumnsWidth();