Skip to content

Commit

Permalink
TODO #133
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Dec 7, 2021
1 parent d8f3563 commit 161c73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/GeometricOpticsRulerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class GeometricOpticsRulerNode extends Node {
this.toolboxBounds = Bounds2.NOTHING; // to be set later via setToolboxBounds

// Create a RulerNode subcomponent to match zoomScale.
//TODO https://github.com/phetsims/geometric-optics/issues/133 this is listener also depends on zoomTransformProperty, so there's a problematic ordering dependency there
zoomScaleProperty.link( zoomScale => {

// update model length, so that view length remains the same
Expand Down

0 comments on commit 161c73e

Please sign in to comment.