diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 17:14:09 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 17:18:31 +0100 |
| commit | 071974c243d97a19e5a73f368ce25f8decd00183 (patch) | |
| tree | 9e504608ddd05a2aeae5c654ad5817bc7cbc4528 /src/mainwindow.cpp | |
| parent | 22810ccbba530a9dfa679437c703fc860a891060 (diff) | |
Save/restore filter list state between run.
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 6929a009..2b2685c4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1170,8 +1170,8 @@ void MainWindow::showEvent(QShowEvent *event) QMainWindow::showEvent(event); if (!m_WasVisible) { - readSettings(); ui->modList->refreshFilters(); + readSettings(); // this needs to be connected here instead of in the constructor because the // actual changing of the stylesheet is done by MOApplication, which |
