mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
frontend: Refresh meter background on style change
This commit is contained in:
@@ -347,6 +347,8 @@ VolumeMeter::VolumeMeter(QWidget *parent, obs_source_t *source)
|
||||
}
|
||||
repaint();
|
||||
});
|
||||
|
||||
connect(App(), &OBSApp::StyleChanged, this, &VolumeMeter::updateBackgroundCache);
|
||||
}
|
||||
|
||||
VolumeMeter::~VolumeMeter()
|
||||
|
||||
Reference in New Issue
Block a user