Skip to content

Commit a55624b

Browse files
authored
Fix 3182: Append scrollbar styles (#3186)
1 parent ff1869d commit a55624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ BitcoinGUI::BitcoinGUI(const PlatformStyle *_platformStyle, const NetworkStyle *
256256
if (qFile.open(QFile::ReadOnly)) {
257257
styleSheet = QLatin1String(qFile.readAll());
258258
}
259-
this->setStyleSheet(styleSheet);
259+
this->setStyleSheet(this->styleSheet().append(styleSheet));
260260
}
261261
#endif
262262

0 commit comments

Comments
 (0)