The 'Edit' menu actions to replace the integer Turtle instructions fd(...) and bk(...) by the precise instructions forward(...) and backward(...), respectively, (or vice versa) in the selected part of the diagram fail to update the diagram presentation immediately.
This used to induce at least irritation or even drawing artefacts like this:
The changes get only fully visible on e.g. clicking into the diagram.
The 'Edit' menu actions to replace the integer Turtle instructions
fd(...)
andbk(...)
by the precise instructionsforward(...)
andbackward(...)
, respectively, (or vice versa) in the selected part of the diagram fail to update the diagram presentation immediately. This used to induce at least irritation or even drawing artefacts like this:The changes get only fully visible on e.g. clicking into the diagram.