summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-04 23:45:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-04 23:45:01 +0000
commit355c079f1050fbf38327e92ac890d44f2d402031 (patch)
tree6f8bb2665131c4a71be0eb7e39769bc23b3e799b /gtk2_ardour/step_entry.cc
parent1018368aef84931249c73f41caf66735172f2105 (diff)
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
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc1
1 files changed, 1 insertions, 0 deletions
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 ();
}