mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
fix issue #13
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user