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:
bth 2018-12-27 20:04:48 +01:00 committed by jp9000
parent 13ee5e00bb
commit 12265ac449

View File

@ -189,7 +189,7 @@ void OBSBasicProperties::on_buttonBox_clicked(QAbstractButton *button)
if (!view->DeferUpdate())
obs_source_update(source, nullptr);
view->RefreshProperties();
view->ReloadProperties();
}
}