summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 682514acfa..cc7f7a0fe0 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -297,9 +297,10 @@ private:
int _order;
uint32_t _effective_height;
double _resize_drag_start;
+ bool _did_resize;
GdkCursor* _preresize_cursor;
bool _have_preresize_cursor;
- bool _ebox_release_can_act;
+ bool _ebox_release_can_act;
static uint32_t button_height;
static uint32_t extra_height;