@@ -188,6 +188,7 @@ void DesignWizard::initPage4_1RunningLight() {
188188 initPage4Destination (" Running light" );
189189 _vBoxPage4.append (_colorsWidgetP4);
190190 _vBoxPage4.append (_increasingRunRB);
191+ _increasingRunRB.set_active (true );
191192 _decreasingRunRB.set_group (_increasingRunRB);
192193 _vBoxPage4.append (_decreasingRunRB);
193194 _backAndForthRunRB.set_group (_increasingRunRB);
@@ -213,6 +214,7 @@ void DesignWizard::initPage4_3ShiftColors() {
213214 initPage4Destination (" Shift colors" );
214215 _vBoxPage4.append (_colorsWidgetP4);
215216 _vBoxPage4.append (_shiftIncreasingRB);
217+ _shiftIncreasingRB.set_active (true );
216218 _shiftDecreasingRB.set_group (_shiftIncreasingRB);
217219 _vBoxPage4.append (_shiftDecreasingRB);
218220 _shiftBackAndForthRB.set_group (_shiftIncreasingRB);
@@ -225,6 +227,7 @@ void DesignWizard::initPage4_4VUMeter() {
225227 initPage4Destination (" VUMeter" );
226228 _vBoxPage4.append (_colorsWidgetP4);
227229 _vBoxPage4.append (_vuIncreasingRB);
230+ _vuIncreasingRB.set_active (true );
228231 _vuDecreasingRB.set_group (_vuIncreasingRB);
229232 _vBoxPage4.append (_vuDecreasingRB);
230233 _vuInwardRunRB.set_group (_vuIncreasingRB);
@@ -243,6 +246,7 @@ void DesignWizard::initPage4_6Increasing() {
243246 initPage4Destination (" Increase chase" );
244247 _vBoxPage4.append (_colorsWidgetP4);
245248 _vBoxPage4.append (_incForwardRB);
249+ _incForwardRB.set_active (true );
246250 _incBackwardRB.set_group (_incForwardRB);
247251 _vBoxPage4.append (_incBackwardRB);
248252 _incForwardReturnRB.set_group (_incForwardRB);
@@ -255,6 +259,7 @@ void DesignWizard::initPage4_7Rotation() {
255259 initPage4Destination (" Rotation" );
256260 _vBoxPage4.append (_colorsWidgetP4);
257261 _vBoxPage4.append (_rotForwardRB);
262+ _rotForwardRB.set_active (true );
258263 _rotBackwardRB.set_group (_rotForwardRB);
259264 _vBoxPage4.append (_rotBackwardRB);
260265 _rotForwardReturnRB.set_group (_rotForwardRB);
0 commit comments