summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-31 14:39:48 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-31 14:39:48 +0000
commitfc77252d5186360c6a00f0f098f43253cd26e4ba (patch)
tree43f75e98ba28a02484b1ec9b92ee4274a46ce424 /gtk2_ardour/selection.h
parent5c298dfef3c10583b92993e3eb16301439b78884 (diff)
Slightly unpleasant hack to stop control points being
unselected when you ctrl-drag a selected point in order to do a push drag. git-svn-id: svn://localhost/ardour2/branches/3.0@12502 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/selection.h')
-rw-r--r--gtk2_ardour/selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h
index df7212593f..e30ca612ea 100644
--- a/gtk2_ardour/selection.h
+++ b/gtk2_ardour/selection.h
@@ -114,6 +114,7 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
bool selected (TimeAxisView*);
bool selected (RegionView*);
bool selected (Marker*);
+ bool selected (ControlPoint*);
void set (std::list<Selectable*> const &);
void add (std::list<Selectable*> const &);