TurtleGraphics.NET icon indicating copy to clipboard operation
TurtleGraphics.NET copied to clipboard

[BUG] Drawing with Turtle hidden does not update its position properly

Open RofLBotZ94 opened this issue 2 years ago • 0 comments

Hello,

I noticed a bug where if you happen to draw something with the turtle hidden and then show it once it stops drawing, the turtle stays in its last position before being hidden, instead of its current position.

Steps to reproduce:

  1. Start drawing something
  2. Hide the turtle while it's drawing
  3. Once it stops drawing, make it visible
  4. It can then be seen that the turtle is in its last position before being hidden, rather than its current position

Thank you in advance.

RofLBotZ94 avatar Jan 21 '22 03:01 RofLBotZ94