提交 709ad070 编写于 作者: J jp9000

UI: Don't use deferred update on cancel

If properties are set to defer updating, don't call obs_source_update on
dialog rejection.
上级 9e39a2c7
......@@ -143,6 +143,9 @@ void OBSBasicProperties::on_buttonBox_clicked(QAbstractButton *button)
obs_data_clear(settings);
obs_data_release(settings);
if (view->DeferUpdate())
obs_data_apply(settings, oldSettings);
else
obs_source_update(source, oldSettings);
close();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册