phetsims / gravity-and-orbits

"Gravity And Orbits" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
12 stars 6 forks source link

`controlPanel.visibleProperty` and `massesControlPanel.visibleProperty` should not be read-only #443

Closed arouinfar closed 2 years ago

arouinfar commented 2 years ago

For #440

In master, controlPanel.visibleProperty and massesControlPanel.visibleProperty are phetioReadOnly: true, which is a deviation from the behavior in the lastest published version. @samreid can you switch these back to phetioReadyOnly: false?

samreid commented 2 years ago

Fixed, can you please spot check on phettest?

arouinfar commented 2 years ago

Thanks, looks good @samreid