elan-language / LanguageAndIDE

Apache License 2.0
3 stars 0 forks source link

Graphics bug #660

Closed scascarini closed 1 month ago

scascarini commented 1 month ago

Loading snake while life was running left the graphics pane with life displaying but it wouldn't then clear

See also #599 - probably best done at the same time.

richardpawson commented 1 month ago

I don't think this is a graphics issue, per se. The issue, I think, is that the compiled program (Life in this case) continues to run (and hence update the Graphics pane) even when you invoke Load or New, and overwrites the new program's Graphics output. I'm pretty sure the same thing would happen for the Console window to (which Life does not update).

Pressing Load or New should:

richardpawson commented 1 month ago

Absorbed into #667