fix issue #13
This commit is contained in:
parent
b90c9ecb13
commit
8c4738d5a7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue