mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-10 09:38:48 -04:00
UI: Fix Defaults button not triggering UI update
Update all UI at default values when clicks "Defaults" button in the source Properties. This fixes mantis issue 1242. Closes obsproject/obs-studio#1592
This commit is contained in:
@@ -189,7 +189,7 @@ void OBSBasicProperties::on_buttonBox_clicked(QAbstractButton *button)
|
||||
if (!view->DeferUpdate())
|
||||
obs_source_update(source, nullptr);
|
||||
|
||||
view->RefreshProperties();
|
||||
view->ReloadProperties();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user