diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-11-13 22:07:46 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-11-13 22:07:46 +0000 |
| commit | fefd7d0abce83c99c995bf96f716d76da0cb2977 (patch) | |
| tree | 1c4b68b3183cb810842b0d9a03a0ad03ad57dc17 /src/inkscape.cpp | |
| parent | Working refactor (diff) | |
| parent | SPMeshArray: fix a crash when dragging control points (diff) | |
| download | inkscape-fefd7d0abce83c99c995bf96f716d76da0cb2977.tar.gz inkscape-fefd7d0abce83c99c995bf96f716d76da0cb2977.zip | |
Merge branch 'master' into powerpencilII
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 2 |
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) { |
