UI: Properly update filter properties after resetting

This commit is contained in:
gxalpha
2023-03-18 15:31:00 -07:00
committed by Jim
parent a0905d3972
commit c958ffa9f4
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1219,7 +1219,7 @@ void OBSBasicFilters::ResetFilters()
if (!view->DeferUpdate())
obs_source_update(filter, nullptr);
view->RefreshProperties();
view->ReloadProperties();
}
void OBSBasicFilters::CopyFilter()