Przeglądaj źródła

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
Palana 10 lat temu
rodzic
commit
82471d7539
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      obs/window-basic-main.cpp

+ 1 - 1
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,