KDAB / KDStateMachineEditor

A framework for creating Qt State Machine metacode using a graphical user interface
https://kdab.github.io/KDStateMachineEditor/
171 stars 31 forks source link

Fix assert #17

Closed mkrus closed 5 years ago

mkrus commented 5 years ago

Due to platform variations, it seems setScene can be called several times with the same scene. Change the assertion to handle that case.