summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-07-29 08:51:48 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-31 05:03:14 +0000
commitd58cc5064f7e67517ab8db0fea830cf4aed8c9dc (patch)
tree69751c397a494bae95c7bef4058337b8f538f32f /src/ui/tools/tool-base.h
parentLocalization: Fix extraction of escaped XML characters. (diff)
downloadinkscape-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.h2
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);