GH-1003 Fix settings dialog delays

This commit is contained in:
Petr Mrázek
2015-05-26 08:14:33 +02:00
parent 8fb5d4add3
commit c1c23e47a7
7 changed files with 18 additions and 24 deletions

View File

@ -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());