summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-06 13:18:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-06 13:18:11 +0000
commit93603ab24ffd43f49956119cd0d94722d4772cda (patch)
treea62fc89dc95769e41bfc3d0430d54ab048229fd3 /gtk2_ardour/step_entry.cc
parent6d06b12446062d8d32aa8fd3afebb88a3e955526 (diff)
fix initialization of channel adjustment step sizes
git-svn-id: svn://localhost/ardour2/branches/3.0@7552 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc
index dfdc21d5cd..81931022dc 100644
--- a/gtk2_ardour/step_entry.cc
+++ b/gtk2_ardour/step_entry.cc
@@ -51,7 +51,7 @@ StepEntry::StepEntry (MidiTimeAxisView& mtv)
, sustain_button (_("sustain"))
, rest_button (_("rest"))
, grid_rest_button (_("g-rest"))
- , channel_adjustment (1, 1, 16, 0, 1, 4)
+ , channel_adjustment (1, 1, 16, 1, 4)
, channel_spinner (channel_adjustment)
, _piano (0)
, piano (0)