From 696d2dcbacc0991b2c91e401e3ba8da3cebbbba1 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 10 Aug 2019 09:35:52 +0000 Subject: Fixes to regresion pointed in RC about text and tooltips --- src/ui/tools/tool-base.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ui') diff --git a/src/ui/tools/tool-base.h b/src/ui/tools/tool-base.h index a10c6177c..dc68c4b7f 100644 --- a/src/ui/tools/tool-base.h +++ b/src/ui/tools/tool-base.h @@ -160,7 +160,8 @@ public: gint xp, yp; ///< where drag started gint tolerance; - + bool _button1on; + bool _button3on; bool within_tolerance; ///< are we still within tolerance of origin SPItem *item_to_select; ///< the item where mouse_press occurred, to @@ -229,8 +230,6 @@ public: protected: /// An xpm containing the shape of the tool's cursor. gchar const *const *cursor_shape; - bool _button1on; - bool _button3on; bool sp_event_context_knot_mouseover() const; private: -- cgit v1.2.3