summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/SigmodrTreeModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/tree/SigmodrTreeModel.cpp')
-rw-r--r--sigmodr/tree/SigmodrTreeModel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sigmodr/tree/SigmodrTreeModel.cpp b/sigmodr/tree/SigmodrTreeModel.cpp
index dcfd04f3..509605d7 100644
--- a/sigmodr/tree/SigmodrTreeModel.cpp
+++ b/sigmodr/tree/SigmodrTreeModel.cpp
@@ -202,6 +202,8 @@ void SigmodrTreeModel::rowsChanged(const QList<int>& rows, const BaseModel::Chan
removeRow(rows.back(), parent(curIndex));
break;
}
+ emit(layoutAboutToBeChanged());
+ emit(layoutChanged());
emit(dataChanged(curIndex, curIndex));
emit(dirty(findGame(curIndex), true));
}