mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 05:18:55 -05:00
UI: Fix swap scene issue with double click mode
This commit is contained in:
committed by
jp9000
parent
a03ade631f
commit
54e7b2c769
@@ -4561,12 +4561,8 @@ void OBSBasic::on_scenes_itemDoubleClicked(QListWidgetItem *witem)
|
||||
config_get_bool(App()->GlobalConfig(), "BasicWindow",
|
||||
"TransitionOnDoubleClick");
|
||||
|
||||
if (doubleClickSwitch) {
|
||||
OBSScene scene = GetCurrentScene();
|
||||
|
||||
if (scene)
|
||||
SetCurrentScene(scene, false, true);
|
||||
}
|
||||
if (doubleClickSwitch)
|
||||
TransitionClicked();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user