summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 4a6094b..6e3943c 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -144,6 +144,9 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
mArchiveBrowser->readConfig();
readSettings();
Helper::centerWidget(picViewer);
+ // craptastic... We can't center until it's painted,
+ // hence this indirection :(
+ mFSWidget->centerCurrent();
}
void SheMov::closeEvent(QCloseEvent *event){