Improve layout of state views

Issue #212 new
Matthias Schoettle created an issue

The layout of state views is quite broken and several things need to be fixed:

  • When a new state is created it is always located at the bottom and moving it expands the container. The state will always stay at the bottom, though.
  • more than one self-transition on a state is not drawn properly, they overlap
  • when there are transitions from A to B and from B to A the transitions overlap
  • when layouting, saving, closing the aspect and reloading it, the layout is not exactly the same anymore (the states are placed lower than before, for instance)
  • many transitions from one and to one state will lead to overlaping transitions or labels

Comments (3)

  1. Matthias Schoettle reporter

    References #212: Temporarily fixes the StateMachineLayout to prevent a crash during destruction of the complete state view container.

    → <<cset de1d33621e78>>

  2. Log in to comment