Handle StyleChange event in DockWidgetTab to update icon
This commit is contained in:
@@ -716,6 +716,10 @@ bool CDockWidgetTab::event(QEvent *e)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
if (e->type() == QEvent::StyleChange)
|
||||
{
|
||||
d->updateIcon();
|
||||
}
|
||||
return Super::event(e);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user