Skip to content

Commit

Permalink
TODO, remove excess circle focus highlights, phetsims/build-an-atom#150
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 9, 2017
1 parent ed5758b commit c166c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/view/ElectronShellView.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ define( function( require ) {
var radiusOffset = radius === 0 ? 0 : 7;
self.centerOption.shellNucleusHoverLocations = new Vector2( radius + radiusOffset, radiusOffset );

// TODO: Just update the radius of the current circle. No need to make a new one.
var newFocusHighlightCircle = new Circle( atom.nucleusRadiusProperty.get() + 3, {
fill: FocusOverlay.focusColor,
stroke: FocusOverlay.innerFocusColor,
Expand Down

0 comments on commit c166c1c

Please sign in to comment.