phetsims / neuron

"Neuron" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 3 forks source link

line on membrane potential chart disappears if window is resized when paused #98

Closed jbphet closed 8 years ago

jbphet commented 8 years ago

If the membrane potential window is open and the sim is paused, and then the browser window is resized, the data line disappears.

Before resize:

neuron-disappearing-line-before

After resize:

neuron-disappearing-line-after

jbphet commented 8 years ago

I've added a method to DataLineCanvasNode that is used to inform it that it needs to be fully redrawn, and have hooked up the notification to the resize of the view in which it is contained. Appears to work will. Thanks to @jonathanolson for his help in working out how to handle this. Closing.