--- src.orig/SUIT/SUIT_TreeModel.cxx 2011-08-27 12:03:23.982083263 +0200 +++ src/SUIT/SUIT_TreeModel.cxx 2011-09-04 12:10:12.212959072 +0200 @@ -1541,7 +1541,7 @@ return; // update all columns corresponding to the given data object - //emit layoutAboutToBeChanged(); // VSR 25/04/2011: fix crash on delete objects + 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 );