From: vsr Date: Mon, 25 Apr 2011 16:24:12 +0000 (+0000) Subject: IPAL22424: TC6.3.0: Crash during Delete of geometry objects X-Git-Tag: V6_3_0b1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=330c37626165d54c9a65abc166301a142fe41579;p=modules%2Fgui.git IPAL22424: TC6.3.0: Crash during Delete of geometry objects --- diff --git a/src/SUIT/SUIT_TreeModel.cxx b/src/SUIT/SUIT_TreeModel.cxx index 98257d17b..ebd69b54a 100755 --- a/src/SUIT/SUIT_TreeModel.cxx +++ b/src/SUIT/SUIT_TreeModel.cxx @@ -1541,7 +1541,7 @@ void SUIT_TreeModel::updateItem( SUIT_TreeModel::TreeItem* item ) return; // update all columns corresponding to the given data object - emit layoutAboutToBeChanged(); + //emit layoutAboutToBeChanged(); // VSR 25/04/2011: fix crash on delete objects QModelIndex firstIdx = index( obj, 0 ); QModelIndex lastIdx = index( obj, columnCount() - 1 ); emit dataChanged( firstIdx, lastIdx );