phetsims / rutherford-scattering

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

step button is always enabled #143

Closed jessegreenberg closed 6 years ago

jessegreenberg commented 6 years ago

Found with @zepumph while working on what is very likely an unrelated issue phetsims/scenery#831. The step button is always enabled, it should be disabled when playing.

jessegreenberg commented 6 years ago

It looks like there was a change to use StepButton's isPlayingProperty option, but it was using playingProperty instead. Ill check to see if this happened anywhere else.

jessegreenberg commented 6 years ago

The option was renamed in https://github.com/phetsims/scenery-phet/issues/388.

jessegreenberg commented 6 years ago

Handled in https://github.com/phetsims/scenery-phet/issues/388