summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/tools/tool-base.h5
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: