GammaRay
GammaRay copied to clipboard
Hidden child's state.
I'm focusing on state machines section.
Given a list of states with children, for some of these the children are not shown.
For example into following picture, the Offline state contains some children states, but they are not shown here, as well as "Mismatching" state !!

I confirm the same issue. The bug also occurs when using KDSME.
Furthermore, this bug is not noticeable if I try to change the order of calls "addTransition". i.e. The "Offline" state is displayed with its children state:
- "Try Go"
- "Active"
- "Standby"
Any fixes for this issue?