From 8c4738d5a7c9c1e6f29c558c49d7948fc357b9e3 Mon Sep 17 00:00:00 2001 From: Wladimir J. van der Laan Date: Tue, 16 Aug 2011 11:18:27 +0200 Subject: [PATCH] fix issue #13 --- src/qt/bitcoin.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index cdd69e3..9b4d88d 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -120,7 +120,7 @@ int main(int argc, char *argv[]) translator.load("bitcoin_"+locale); app.installTranslator(&translator); - QSplashScreen splash(QPixmap(":/images/splash"), Qt::WindowStaysOnTopHint); + QSplashScreen splash(QPixmap(":/images/splash"), 0); splash.show(); splash.setAutoFillBackground(true); splashref = &splash; -- 1.7.1