mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
The order of operations was incorrect. First the signal that a variable was removed was propagated before the variable was actually selected. So e.g. scene item selections would receive the signal that a variable was deleted but when repopulating the scene item selection the variable still exists resulting in the list of available entries not to change.