diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-29 08:51:48 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-31 05:03:14 +0000 |
| commit | d58cc5064f7e67517ab8db0fea830cf4aed8c9dc (patch) | |
| tree | 69751c397a494bae95c7bef4058337b8f538f32f /src/ui/tools/tool-base.h | |
| parent | Localization: Fix extraction of escaped XML characters. (diff) | |
| download | inkscape-d58cc5064f7e67517ab8db0fea830cf4aed8c9dc.tar.gz inkscape-d58cc5064f7e67517ab8db0fea830cf4aed8c9dc.zip | |
Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object disappears on accidental R-click when dragging
Diffstat (limited to 'src/ui/tools/tool-base.h')
| -rw-r--r-- | src/ui/tools/tool-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/tool-base.h b/src/ui/tools/tool-base.h index 9060f6b86..eff184c74 100644 --- a/src/ui/tools/tool-base.h +++ b/src/ui/tools/tool-base.h @@ -234,7 +234,7 @@ protected: private: bool _keyboardMove(GdkEventKey const &event, Geom::Point const &dir); - + bool _leftbutton_pressed; void sp_event_context_set_cursor(GdkCursorType cursor_type); |
