GH-1003 Fix settings dialog delays
This commit is contained in:
parent
8fb5d4add3
commit
c1c23e47a7
7 changed files with 18 additions and 24 deletions
|
@ -59,8 +59,6 @@ void JavaPage::applySettings()
|
|||
{
|
||||
auto s = MMC->settings();
|
||||
|
||||
SettingsObject::Lock lock(s);
|
||||
|
||||
// Memory
|
||||
s->set("MinMemAlloc", ui->minMemSpinBox->value());
|
||||
s->set("MaxMemAlloc", ui->maxMemSpinBox->value());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue