Merge pull request #2065 from Cacodemon345/patch-43
qt: Fix theming bugs under KDE
This commit is contained in:
@@ -31,6 +31,7 @@ int StyleOverride::styleHint(
|
|||||||
|
|
||||||
void StyleOverride::polish(QWidget* widget)
|
void StyleOverride::polish(QWidget* widget)
|
||||||
{
|
{
|
||||||
|
QProxyStyle::polish(widget);
|
||||||
/* Disable title bar context help buttons globally as they are unused. */
|
/* Disable title bar context help buttons globally as they are unused. */
|
||||||
if (widget->isWindow())
|
if (widget->isWindow())
|
||||||
widget->setWindowFlag(Qt::WindowContextHelpButtonHint, false);
|
widget->setWindowFlag(Qt::WindowContextHelpButtonHint, false);
|
||||||
|
Reference in New Issue
Block a user