提交 82471d75 编写于 作者: P Palana

UI: Ignore reorder signals from drag&drop reordering

Not ignoring these signals doesn't seem to break anything, but it
shouldn't be necessary to process them either
上级 fc0819ca
......@@ -1528,7 +1528,7 @@ void OBSBasic::ReorderSources(OBSScene scene)
{
ReorderInfo info(this);
if (scene != GetCurrentScene())
if (scene != GetCurrentScene() || ui->sources->IgnoreReorder())
return;
obs_scene_enum_items(scene,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册