From 93603ab24ffd43f49956119cd0d94722d4772cda Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 6 Aug 2010 13:18:11 +0000 Subject: [PATCH] fix initialization of channel adjustment step sizes git-svn-id: svn://localhost/ardour2/branches/3.0@7552 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/step_entry.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)