summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/TreeModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/tree/TreeModel.cpp')
-rw-r--r--sigmodr/tree/TreeModel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigmodr/tree/TreeModel.cpp b/sigmodr/tree/TreeModel.cpp
index 9b849e86..8546a14c 100644
--- a/sigmodr/tree/TreeModel.cpp
+++ b/sigmodr/tree/TreeModel.cpp
@@ -120,6 +120,7 @@ bool TreeModel::insertRows(const int row, const int count, const QModelIndex& pa
for (int i = 0; i < count; ++i)
item->addChild();
endInsertRows();
+ // BUG: Fixed in Qt 4.6 (?)
emit(layoutAboutToBeChanged());
emit(layoutChanged());
return true;