fix initialization of channel adjustment step sizes

git-svn-id: svn://localhost/ardour2/branches/3.0@7552 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-08-06 13:18:11 +00:00
parent 6d06b12446
commit 93603ab24f

View File

@ -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)