Changes between Initial Version and Version 1 of Ticket #23442, comment 2


Ignore:
Timestamp:
2024-01-27T20:14:41+01:00 (9 months ago)
Author:
Woazboat

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23442, comment 2

    initial v1  
    1111
    1212}}}
     13
     14The base node that the follow action uses is taken from DrawAction. The DrawAction base node is updated in a selection change listener.
     15
     16key event -> follow line action -> execute change way nodes command + change selection command -> selection change event -> DrawAction selection change listener -> update draw base node
     17
     18I assume this is a race condition between the follow line action and the base node update in the draw action selection change listener.