diff -r 31de6677aa96 -r 2881c4424190 vymmodel.cpp --- a/vymmodel.cpp Thu Dec 03 22:32:24 2009 +0000 +++ b/vymmodel.cpp Mon Dec 07 21:56:46 2009 +0000 @@ -69,7 +69,6 @@ void VymModel::clear() { - selModel->clearSelection(); while (rootItem->childCount() >0) deleteItem (rootItem->getChildNum(0) ); }