Closed arouinfar closed 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?
controlPanel.visibleProperty
massesControlPanel.visibleProperty
phetioReadOnly: true
phetioReadyOnly: false
Fixed, can you please spot check on phettest?
Thanks, looks good @samreid
For #440
In master,
controlPanel.visibleProperty
andmassesControlPanel.visibleProperty
arephetioReadOnly: true
, which is a deviation from the behavior in the lastest published version. @samreid can you switch these back tophetioReadyOnly: false
?