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 eithermaster
parent
fc0819ca32
commit
82471d7539
|
@ -1528,7 +1528,7 @@ void OBSBasic::ReorderSources(OBSScene scene)
|
||||||
{
|
{
|
||||||
ReorderInfo info(this);
|
ReorderInfo info(this);
|
||||||
|
|
||||||
if (scene != GetCurrentScene())
|
if (scene != GetCurrentScene() || ui->sources->IgnoreReorder())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
obs_scene_enum_items(scene,
|
obs_scene_enum_items(scene,
|
||||||
|
|
Loading…
Reference in New Issue