diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-10 09:35:52 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-10 09:35:52 +0000 |
| commit | 696d2dcbacc0991b2c91e401e3ba8da3cebbbba1 (patch) | |
| tree | c6434cc9cbacf4f1ba92502e93b16a4b4d0c3bf1 /src/ui/tools | |
| parent | Fix CI errors (diff) | |
| download | inkscape-696d2dcbacc0991b2c91e401e3ba8da3cebbbba1.tar.gz inkscape-696d2dcbacc0991b2c91e401e3ba8da3cebbbba1.zip | |
Fixes to regresion pointed in RC about text and tooltips
Diffstat (limited to 'src/ui/tools')
| -rw-r--r-- | src/ui/tools/tool-base.h | 5 |
1 files changed, 2 insertions, 3 deletions
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: |
