mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Fix preferences crash and restart issue on windows
This commit is contained in:
parent
cf36a24541
commit
dabbbd2a52
@ -440,7 +440,7 @@ void PreferencesDialog::Save()
|
|||||||
file.close();
|
file.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
profile->Save();
|
PROFILE.Save();
|
||||||
PREF.Save();
|
PREF.Save();
|
||||||
|
|
||||||
if (needs_restart) {
|
if (needs_restart) {
|
||||||
@ -636,7 +636,7 @@ void PreferencesDialog::resetGraphModel()
|
|||||||
|
|
||||||
ui->graphView->setAlternatingRowColors(true);
|
ui->graphView->setAlternatingRowColors(true);
|
||||||
|
|
||||||
ui->graphView->setFirstColumnSpanned(0,daily->index(),true);
|
// ui->graphView->setFirstColumnSpanned(0,daily->index(),true); // Crashes on windows.. Why do I need this again?
|
||||||
graphModel->setColumnCount(3);
|
graphModel->setColumnCount(3);
|
||||||
QStringList headers;
|
QStringList headers;
|
||||||
headers.append("Graph");
|
headers.append("Graph");
|
||||||
|
Loading…
Reference in New Issue
Block a user