From 355c079f1050fbf38327e92ac890d44f2d402031 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 4 Aug 2010 23:45:01 +0000 Subject: make bar-resync button in step editor work (move insertion point to next bar boundary) git-svn-id: svn://localhost/ardour2/branches/3.0@7543 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/step_entry.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/step_entry.cc') diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc index f85849012d..8387956a45 100644 --- a/gtk2_ardour/step_entry.cc +++ b/gtk2_ardour/step_entry.cc @@ -394,4 +394,5 @@ StepEntry::beat_resync_click () void StepEntry::bar_resync_click () { + _mtv->step_edit_bar_sync (); } -- cgit v1.2.3