UI: Fix deferred source properties not updating
This commit is contained in:
parent
e5f57a1e03
commit
89881147c7
@ -188,7 +188,10 @@ public:
|
||||
|
||||
inline void UpdateSettings()
|
||||
{
|
||||
callback(OBSGetStrongRef(weakObj), nullptr, settings);
|
||||
if (callback)
|
||||
callback(OBSGetStrongRef(weakObj), nullptr, settings);
|
||||
else if (visUpdateCb)
|
||||
visUpdateCb(OBSGetStrongRef(weakObj), settings);
|
||||
}
|
||||
inline bool DeferUpdate() const { return deferUpdate; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user