Restore the previous NSlots value when switching from SuperFox to Fox mode.

This commit is contained in:
Uwe Risse 2024-09-20 17:18:58 +02:00
parent cbd79b24e6
commit 4dfc1cc98f

View File

@ -2680,6 +2680,7 @@ void MainWindow::statusChanged()
}
} else {
ui->sbNslots->setVisible(true);
ui->sbNslots->setValue(m_Nslots0);
}
} else {
ui->sbNslots->setVisible(true);