summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_list.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2005-12-17 13:39:27 +0000
committerDoug McLain <doug@nostar.net>2005-12-17 13:39:27 +0000
commitd2b8a7f6bdcb66960c387449cfb2877bd896ceeb (patch)
treec3d4efe706ffcbfcd8dfdfbe59644989c09aa5ee /gtk2_ardour/editor_route_list.cc
parent170d6b24cec9b7fe51d74b75544a097948e03082 (diff)
A possible method for correctly sizing the editor controls, and a couple buttons fixed
git-svn-id: svn://localhost/trunk/ardour2@195 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_list.cc')
-rw-r--r--gtk2_ardour/editor_route_list.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_route_list.cc b/gtk2_ardour/editor_route_list.cc
index b3da7e5bed..b7b36dfd30 100644
--- a/gtk2_ardour/editor_route_list.cc
+++ b/gtk2_ardour/editor_route_list.cc
@@ -227,8 +227,8 @@ Editor::route_list_reordered ()
long order;
int n;
- for (n = 0, order = 0, i = rows.begin(); i != rows.end(); ++i, ++order) {
- TimeAxisView *tv = (*i)[route_display_columns.tv];
+ for (n = 0, order = 0, i = rows.begin(); i != rows.end(); ++i, ++order) {
+ TimeAxisView *tv = (*i)[route_display_columns.tv];
AudioTimeAxisView* at;
if (!ignore_route_list_reorder) {