fesch / Structorizer.Desktop

Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD).
https://structorizer.fisch.lu
GNU General Public License v3.0
65 stars 20 forks source link

The substitution of Turtle instructions from integer graphics to fine graphics or vice versa fails to redraw the diagram immediately #1172

Closed codemanyak closed 1 month ago

codemanyak commented 1 month ago

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. grafik This used to induce at least irritation or even drawing artefacts like this: grafik

The changes get only fully visible on e.g. clicking into the diagram.