summaryrefslogtreecommitdiff
path: root/libs/ardour/location.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-09 18:22:10 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-09 18:22:10 +0000
commit7c5f1b7a26df60417590340d4cfe367ed00e180a (patch)
tree52007e3a379a9bd0e93264d9e4411ca79857e8b1 /libs/ardour/location.cc
parent2c90b4f36cd074428631eb94b4a95ea0844870bc (diff)
Add glue / lock buttons to the location window.
git-svn-id: svn://localhost/ardour2/branches/3.0@7577 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/location.cc')
-rw-r--r--libs/ardour/location.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/location.cc b/libs/ardour/location.cc
index 5828c57f65..ea267db25e 100644
--- a/libs/ardour/location.cc
+++ b/libs/ardour/location.cc
@@ -464,6 +464,8 @@ Location::set_position_lock_style (PositionLockStyle ps)
_position_lock_style = ps;
recompute_bbt_from_frames ();
+
+ PositionLockStyleChanged (this); /* EMIT SIGNAL */
}
void