mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
frontend: Optimize audio mixer updates
This commit is contained in:
@@ -48,11 +48,7 @@ public:
|
||||
}
|
||||
|
||||
void repolish() { repolish(parent); }
|
||||
static void repolish(QWidget *widget)
|
||||
{
|
||||
widget->style()->unpolish(widget);
|
||||
widget->style()->polish(widget);
|
||||
}
|
||||
static void repolish(QWidget *widget) { widget->style()->polish(widget); }
|
||||
|
||||
// Adds a style class to the widget
|
||||
void addClass(const QString &classname) { addClass(parent, classname); }
|
||||
|
||||
Reference in New Issue
Block a user