diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-08-16 11:18:27 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-08-16 11:18:27 +0200 |
| commit | 8c4738d5a7c9c1e6f29c558c49d7948fc357b9e3 (patch) | |
| tree | 5c2863f849ccec7e60aa66135b06d5a5bdc9bdee /src/qt/bitcoin.cpp | |
| parent | Merge branch 'master' of https://github.com/bitcoin/bitcoin (diff) | |
| download | discoin-8c4738d5a7c9c1e6f29c558c49d7948fc357b9e3.tar.xz discoin-8c4738d5a7c9c1e6f29c558c49d7948fc357b9e3.zip | |
fix issue #13
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -rw-r--r-- | 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 cdd69e31a..9b4d88d91 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; |