]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
exec python file, that creates some data objects leads to incorrect update of the... TRIPOLI_ON_6_5_0_BR
authornds <nds@opencascade.com>
Fri, 15 Jun 2012 09:20:50 +0000 (09:20 +0000)
committernds <nds@opencascade.com>
Fri, 15 Jun 2012 09:20:50 +0000 (09:20 +0000)
src/SUIT/SUIT_TreeModel.cxx

index 9e45581385b0201a3e381128fa200c99d7fc96c2..a31f704e5d2c148d87020ccc92d06f7f246d9bda 100755 (executable)
@@ -1221,6 +1221,7 @@ void SUIT_TreeModel::setAutoUpdate( const bool on )
                               this, SLOT( onRemoved( SUIT_DataObject*, SUIT_DataObject* ) ) );
 
     updateTree();
+    emit layoutChanged();
   }
 }