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
This commit is contained in:
Palana 2015-06-27 04:00:24 +02:00
parent fc0819ca32
commit 82471d7539

View file

@ -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,