From 0bed168827722ca10383cf49365cd72b9b4656f4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 6 Dec 2011 21:43:57 +0000 Subject: add color column to editor route groups list git-svn-id: svn://localhost/ardour2/branches/3.0@10914 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_route_groups.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/editor_route_groups.h') diff --git a/gtk2_ardour/editor_route_groups.h b/gtk2_ardour/editor_route_groups.h index 40effb61c8..f92e79c7cc 100644 --- a/gtk2_ardour/editor_route_groups.h +++ b/gtk2_ardour/editor_route_groups.h @@ -50,6 +50,7 @@ private: add (edits); add (active_state); add (is_visible); + add (gdkcolor); add (routegroup); } @@ -64,6 +65,7 @@ private: Gtk::TreeModelColumn edits; Gtk::TreeModelColumn active_state; Gtk::TreeModelColumn is_visible; + Gtk::TreeModelColumn gdkcolor; Gtk::TreeModelColumn routegroup; }; @@ -92,6 +94,7 @@ private: bool _in_rebuild; PBD::ScopedConnectionList _property_changed_connections; PBD::ScopedConnection all_route_groups_changed_connection; + Gtk::ColorSelectionDialog color_dialog; }; -- cgit v1.2.3