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/ui/tools-switch.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/ui/tools-switch.cpp')
| -rw-r--r-- | src/ui/tools-switch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools-switch.cpp b/src/ui/tools-switch.cpp index d87bcc51d..e2803ccfd 100644 --- a/src/ui/tools-switch.cpp +++ b/src/ui/tools-switch.cpp @@ -157,7 +157,7 @@ tools_switch(SPDesktop *dt, int num) dt->_tool_changed.emit(num); } - dt->set_event_context2(tool_names[num]); + dt->setEventContext(tool_names[num]); /* fixme: This is really ugly hack. We should bind and unbind class methods */ /* First 4 tools use guides, first is undefined but we don't care */ dt->activate_guides(num < 5); |
