summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_imageframe.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-01-11 20:36:35 +0000
committerDavid Robillard <d@drobilla.net>2007-01-11 20:36:35 +0000
commit32f3a4ae3e41f0c348dadd0811817c832b624438 (patch)
treee7794848fdc8fccf957a12dd37b321f8cb4419c8 /gtk2_ardour/editor_imageframe.cc
parentf7563c2b158252339f98e38719cfc3e092ef7ac7 (diff)
Merged with trunk R1311.
git-svn-id: svn://localhost/ardour2/branches/midi@1312 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_imageframe.cc')
-rw-r--r--gtk2_ardour/editor_imageframe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_imageframe.cc b/gtk2_ardour/editor_imageframe.cc
index a2606175df..84419dbe7f 100644
--- a/gtk2_ardour/editor_imageframe.cc
+++ b/gtk2_ardour/editor_imageframe.cc
@@ -107,7 +107,7 @@ Editor::scroll_timeaxis_to_imageframe_item(const TimeAxisViewItem* item)
x_pos = item->get_position() - offset + (item->get_duration() / 2);
}
- reposition_x_origin (x_pos);
+ reset_x_origin (x_pos);
}
void