summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-01-12 13:17:57 +0000
committerCarl Hetherington <carl@carlh.net>2010-01-12 13:17:57 +0000
commit642f41b82fc710246ee85dbc09eaa19ee6c3e633 (patch)
treee681360f201b19d049521987a5ccd4d9333701a3 /gtk2_ardour/editor_drag.h
parentb691c32bc6349acf7f06aa432ce8b33fb655ce6a (diff)
Remove non-working attempt to make time selection changes undo-able. Cleanup use of _have_transaction.
git-svn-id: svn://localhost/ardour2/branches/3.0@6477 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 2b0207c7df..6b6a9ee1b5 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -162,7 +162,6 @@ protected:
bool _x_constrained; ///< true if x motion is constrained, otherwise false
bool _y_constrained; ///< true if y motion is constrained, otherwise false
bool _was_rolling; ///< true if the session was rolling before the drag started, otherwise false
- bool _have_transaction; ///< true if a transaction has been started, false otherwise. Must be set true by derived class.
private:
@@ -378,6 +377,7 @@ public:
private:
Operation _operation;
+ bool _have_transaction; ///< true if a transaction has been started, false otherwise. Must be set true by derived class.
};
/** Meter marker drag */