mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 15:51:42 +00:00
GUI: Preserve the enabled state of _soundFontClearButton when reflowing the window
This commit is contained in:
parent
861481b535
commit
2c2922d4b3
@ -3271,10 +3271,12 @@ void GlobalOptionsDialog::reflowLayout() {
|
||||
if (_midiTabId != -1) {
|
||||
_tabWidget->setActiveTab(_midiTabId);
|
||||
|
||||
bool enabled = _soundFontClearButton->isEnabled();
|
||||
_tabWidget->removeWidget(_soundFontClearButton);
|
||||
_soundFontClearButton->setNext(nullptr);
|
||||
delete _soundFontClearButton;
|
||||
_soundFontClearButton = addClearButton(_tabWidget, "GlobalOptions_MIDI.mcFontClearButton", kClearSoundFontCmd);
|
||||
_soundFontClearButton->setEnabled(enabled);
|
||||
}
|
||||
|
||||
if (_pathsTabId != -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user