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

@ -62,8 +62,6 @@ void MinecraftPage::applySettings()
{
auto s = MMC->settings();
SettingsObject::Lock lock(s);
// Window Size
s->set("LaunchMaximized", ui->maximizedCheckBox->isChecked());
s->set("MinecraftWinWidth", ui->windowWidthSpinBox->value());