From 572fa80aa713e723f63e1e1822db614307eea6af Mon Sep 17 00:00:00 2001 From: Sakari Bergen Date: Fri, 26 Sep 2008 08:29:30 +0000 Subject: Add Import from session -functionality git-svn-id: svn://localhost/ardour2/branches/3.0@3805 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/location.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libs/ardour/location.cc') diff --git a/libs/ardour/location.cc b/libs/ardour/location.cc index 8dd4bbc636..be34e34349 100644 --- a/libs/ardour/location.cc +++ b/libs/ardour/location.cc @@ -246,6 +246,14 @@ Location::set_is_start (bool yn, void *src) } } +void +Location::set_is_range_marker (bool yn, void *src) +{ + if (set_flag_internal (yn, IsRangeMarker)) { + FlagsChanged (this, src); /* EMIT SIGNAL */ + } +} + void Location::set_auto_punch (bool yn, void *src) { -- cgit v1.2.3