Merge pull request #2065 from Cacodemon345/patch-43

qt: Fix theming bugs under KDE
This commit is contained in:
Miran Grča
2022-02-08 13:31:16 +01:00
committed by GitHub

View File

@@ -31,6 +31,7 @@ int StyleOverride::styleHint(
void StyleOverride::polish(QWidget* widget)
{
QProxyStyle::polish(widget);
/* Disable title bar context help buttons globally as they are unused. */
if (widget->isWindow())
widget->setWindowFlag(Qt::WindowContextHelpButtonHint, false);