summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-05 17:20:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-05 17:20:15 +0000
commit5547744d85aa38e1e054f90cf4ea2414e65a79b8 (patch)
treeeb5b2985a212b2090154933484210a0d81c5b11a /gtk2_ardour/editor_routes.cc
parent1084732ecf553de304e6d85e21e182406f9f4f1a (diff)
consistent colors for selected treeview rows
git-svn-id: svn://localhost/ardour2/branches/3.0@10901 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 632f2da2d9..7af2e42117 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -218,7 +218,6 @@ EditorRoutes::EditorRoutes (Editor* e)
}
_display.set_headers_visible (true);
- _display.set_name ("TrackListDisplay");
_display.get_selection()->set_mode (SELECTION_SINGLE);
_display.get_selection()->set_select_function (sigc::mem_fun (*this, &EditorRoutes::selection_filter));
_display.set_reorderable (true);