Merge with 'Beep6581/dev'

This commit is contained in:
Pandagrapher
2022-08-27 11:49:02 +02:00
80 changed files with 14984 additions and 2826 deletions

View File

@@ -1205,7 +1205,6 @@ void BlackWhite::setBatchMode (bool batchMode)
{
removeIfThere (autoHBox, autoch, false);
autoch = Gtk::manage (new Gtk::CheckButton (M("TP_BWMIX_AUTOCH")));
autoch->set_tooltip_markup (M("TP_BWMIX_AUTOCH_TIP"));
autoconn = autoch->signal_toggled().connect( sigc::mem_fun(*this, &BlackWhite::autoch_toggled) );
autoHBox->pack_start (*autoch);