Files
obs-studio/UI/window-basic-source-select.cpp
gxalpha e3435f8dee UI: Replace usage of obs_scene_sceneitem_from_source
Instead of first creating the scene item and then finding it again using
a method that's generally problematic (and only works here because we
know that there is only one instance of a source), let's just remember
the scene item in AddNew after we create it, similar to the source
itself.
2024-09-27 17:22:44 -04:00

13 KiB