diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index 261ef71b0..84639973f 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -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,