From e404cadee6c661514958f5154ee7fd3e7fa6a937 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 15 Jan 2018 22:19:05 +0100 Subject: [PATCH] fix automatic update of dependency graph --- src/App/Document.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App/Document.cpp b/src/App/Document.cpp index ddfad43c81..b5764ec372 100644 --- a/src/App/Document.cpp +++ b/src/App/Document.cpp @@ -2244,6 +2244,8 @@ int Document::recompute() } #endif + signalRecomputed(*this); + return objectCount; }