13
0

Fix bus rec enable bug introduced in last commit

git-svn-id: svn://localhost/trunk/ardour2@518 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Nick Mainsbridge 2006-05-20 09:10:13 +00:00
parent 62b491362c
commit f88cf52970

View File

@ -143,12 +143,12 @@ MixerStrip::MixerStrip (Mixer_UI& mx, Session& sess, Route& rt, bool in_mixer)
button_table.attach (name_button, 0, 2, 0, 1);
button_table.attach (input_button, 0, 2, 1, 2);
button_table.attach (*rec_enable_button, 0, 2, 2, 3);
bottom_button_table.set_homogeneous (true);
bottom_button_table.set_spacings (0);
bottom_button_table.attach (*solo_button, 0, 1, 1, 2);
bottom_button_table.attach (*mute_button, 1, 2, 1, 2);
bottom_button_table.attach (group_button, 0, 2, 0, 1);
if (is_audio_track()) {
@ -170,7 +170,7 @@ MixerStrip::MixerStrip (Mixer_UI& mx, Session& sess, Route& rt, bool in_mixer)
button_table.attach (speed_frame, 0, 2, 5, 6);
#endif /* VARISPEED_IN_MIXER_STRIP */
bottom_button_table.attach (group_button, 0, 2, 0, 1);
button_table.attach (*rec_enable_button, 0, 2, 2, 3);
}
name_button.add (name_label);