Changes between Initial Version and Version 1 of Ticket #23442, comment 2
- Timestamp:
- 2024-01-27T20:14:41+01:00 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23442, comment 2
initial v1 11 11 12 12 }}} 13 14 The base node that the follow action uses is taken from DrawAction. The DrawAction base node is updated in a selection change listener. 15 16 key event -> follow line action -> execute change way nodes command + change selection command -> selection change event -> DrawAction selection change listener -> update draw base node 17 18 I assume this is a race condition between the follow line action and the base node update in the draw action selection change listener.