summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-12 02:50:47 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-12 02:50:47 +0000
commita107b95307658af9f881e453362c1388ffac2463 (patch)
treeff6265584f3c57f84e94e23544d78751d0286ab6 /libs/ardour/ardour/region.h
parent4dd7b9b34ca74342442dfb2490f7a7080fe03142 (diff)
Set up region BBT time when frame position changes, if the region is glued to BBT; fixes part of #4257.
git-svn-id: svn://localhost/ardour2/branches/3.0@10986 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index 8be4709fbf..3c59bd2202 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -396,6 +396,7 @@ class Region
virtual int _set_state (const XMLNode&, int version, PBD::PropertyChange& what_changed, bool send_signal);
void register_properties ();
+ void post_set (const PBD::PropertyChange&);
protected:
void use_sources (SourceList const &);