From 960a841479ec90b92c7adfb63c261e761842289c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 14 Jul 2010 21:18:25 +0000 Subject: Insert new LocationEditRow on location add, rather than rebuilding the whole VBox. Fixes #3266. git-svn-id: svn://localhost/ardour2/branches/3.0@7416 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/location.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs') diff --git a/libs/ardour/ardour/location.h b/libs/ardour/ardour/location.h index 7d3b0ac1a9..3f3eaf4fc8 100644 --- a/libs/ardour/ardour/location.h +++ b/libs/ardour/ardour/location.h @@ -104,6 +104,8 @@ class Location : public PBD::StatefulDestructible bool is_range_marker() const { return _flags & IsRangeMarker; } bool matches (Flags f) const { return _flags & f; } + Flags flags () const { return _flags; } + PBD::Signal1 name_changed; PBD::Signal1 end_changed; PBD::Signal1 start_changed; -- cgit v1.2.3