Просмотр исходного кода

Fixed a bug that could have led to an exception_thrown event being sent to a state that is *not* the outermost unstable state in an unstable state machine (as documented in the reference).
Instead, the event was always sent to the state where a direct inner state entry action threw an exception, which is only correct for state machines without orthogonal regions.


[SVN r22778]

Andreas Huber 22 лет назад
Родитель
Сommit
f778b9ad4e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/statechart

+ 1 - 1
libs/statechart

@@ -1 +1 @@
-Subproject commit d9f78c721400a0a601e03c5cafeee3d24afc4006
+Subproject commit d8281ebaf587aff8a1a06219f1c653e9a5ffe7fa

粤ICP备19079148号