don't apply settings twice

This commit is contained in:
Martchus 2015-11-25 22:49:22 +01:00
parent bb2e937e93
commit 58094595ed
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ bool SettingsDialog::apply()
if(!page->apply()) { if(!page->apply()) {
return false; return false;
} }
category->applyAllPages();
} }
} }
emit applied(); emit applied();