summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2017-11-13 22:07:46 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2017-11-13 22:07:46 +0000
commitfefd7d0abce83c99c995bf96f716d76da0cb2977 (patch)
tree1c4b68b3183cb810842b0d9a03a0ad03ad57dc17 /src/inkscape.cpp
parentWorking refactor (diff)
parentSPMeshArray: fix a crash when dragging control points (diff)
downloadinkscape-fefd7d0abce83c99c995bf96f716d76da0cb2977.tar.gz
inkscape-fefd7d0abce83c99c995bf96f716d76da0cb2977.zip
Merge branch 'master' into powerpencilII
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index e7e93929b..b30d06168 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -864,6 +864,8 @@ Application::remove_desktop (SPDesktop * desktop)
g_error("Attempted to remove desktop not in list.");
}
+ desktop->setEventContext("");
+
if (DESKTOP_IS_ACTIVE (desktop)) {
signal_deactivate_desktop.emit(desktop);
if (_desktops->size() > 1) {