diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-03-20 14:54:43 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-03-20 14:54:43 +0000 |
| commit | 0b4ca3b98d4b4735e92ffe455b475ed7dea60c9c (patch) | |
| tree | 11c23dabfd122d43f1ee3aa770d572aa71fb8d93 /src/ui/tools/tool-base.cpp | |
| parent | Fix complication when debugging enabled. (diff) | |
| download | inkscape-0b4ca3b98d4b4735e92ffe455b475ed7dea60c9c.tar.gz inkscape-0b4ca3b98d4b4735e92ffe455b475ed7dea60c9c.zip | |
removing typo on previous commit, thanks Mc
Diffstat (limited to 'src/ui/tools/tool-base.cpp')
| -rw-r--r-- | src/ui/tools/tool-base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/tool-base.cpp b/src/ui/tools/tool-base.cpp index df0962852..729992152 100644 --- a/src/ui/tools/tool-base.cpp +++ b/src/ui/tools/tool-base.cpp @@ -1149,7 +1149,6 @@ static void set_event_location(SPDesktop *desktop, GdkEvent *event) { */ void sp_event_root_menu_popup(SPDesktop *desktop, SPItem *item, GdkEvent *event) { - if(this->dragging) // It seems the param item is the SPItem at the bottom of the z-order // Using the same function call used on left click in sp_select_context_item_handler() to get top of z-order // fixme: sp_canvas_arena should set the top z-order object as arena->active |
