0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

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); ReorderInfo info(this);
if (scene != GetCurrentScene()) if (scene != GetCurrentScene() || ui->sources->IgnoreReorder())
return; return;
obs_scene_enum_items(scene, obs_scene_enum_items(scene,