Skip to content

Commit

Permalink
convert instrumented pickableProperty to inputEnabledProperty, phetsi…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 17, 2021
1 parent 4c5cef1 commit 5062754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/GravityForceLabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class GravityForceLabScreenView extends ScreenView {
() => model.object1.positionProperty.value, // wrap this in a closure instead of exposing this all to the ruler.
rulerDescriber,
tandem.createTandem( 'ruler' ), {
pickablePropertyPhetioInstrumented: true,
inputEnabledPropertyPhetioInstrumented: true,
unitString: unitsMetersString,
backgroundFill: 'rgb(236, 225, 113)',
snapToNearest: GravityForceLabConstants.POSITION_SNAP_VALUE
Expand Down

0 comments on commit 5062754

Please sign in to comment.