From f5b5fae0e93a2ed02a589757f2a89deec7c87528 Mon Sep 17 00:00:00 2001 From: Michael Barlow Date: Thu, 20 Dec 2018 12:19:48 -0700 Subject: [PATCH] uncomment force linked redrawing, see phetsims/coulombs-law#97 --- js/view/ISLCObjectNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/view/ISLCObjectNode.js b/js/view/ISLCObjectNode.js index fdb3e4c..f193f31 100644 --- a/js/view/ISLCObjectNode.js +++ b/js/view/ISLCObjectNode.js @@ -262,7 +262,7 @@ define( function( require ) { model.forceValuesProperty.lazyLink( this.redrawForce.bind( this ) ); // object.radiusProperty.lazyLink( this.redrawForce.bind( this ) ); object.valueProperty.lazyLink( this.redrawForce.bind( this ) ); - // model.forceProperty.lazyLink( this.redrawForce.bind( this ) ); + model.forceProperty.lazyLink( this.redrawForce.bind( this ) ); object.baseColorProperty.link( function( baseColor ) { self.updateGradient( baseColor );