Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Handle (de)select scene items queued
The (de)select signal can come from a obs_scene_enum_items which locks the scene. The Qt::QueuedConnection makes sure the (de)select is handled outside of that lock. Fixes the deadlock from #3673
- Loading branch information