diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-08 20:47:45 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-08 20:48:14 -0600 |
| commit | 44084bfa415f906b8ba8b5d19e1be60a7612d692 (patch) | |
| tree | 05cd7150f80ba890f95d5b8a331d06accf5707e3 /src/main.cpp | |
| parent | a4db0db94ff67b52a7a3b9b43eca5cce5fae5fc3 (diff) | |
Rework column insertion to move to the intended position post-facto
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1f6c57d1..eeabd497 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -735,8 +735,6 @@ int runApplication(MOApplication &application, SingleInstance &instance, QObject::connect(&instance, SIGNAL(messageSent(QString)), &organizer, SLOT(externalMessage(QString))); - mainWindow.processUpdates(settings); - // this must be before readSettings(), see DockFixer in mainwindow.cpp splash.finish(&mainWindow); |
