mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Refresh configpages
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3292 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -221,9 +221,6 @@ void GeneralConfigurationPage::applyConf() {
|
||||
QETApp::instance() -> useSystemPalette(must_use_system_colors);
|
||||
}
|
||||
|
||||
bool was_use_trackpad = settings.value("use_trackpad", "true").toBool();
|
||||
bool must_use_trackpad = use_trackpad_ -> isChecked();
|
||||
settings.setValue("use_trackpad", must_use_trackpad );
|
||||
settings.setValue("lang", lang_combo_box->itemData(lang_combo_box->currentIndex()).toString());
|
||||
|
||||
QString view_mode = tabbed_mode_ -> isChecked() ? "tabbed" : "windowed";
|
||||
|
||||
Reference in New Issue
Block a user