Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Nov 7, 2018
1 parent b41345a commit e1ac9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/standardform/view/StandardFormGraphControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ define( require => {

// checkboxes
const vertexCheckbox = new VertexCheckbox( viewProperties.vertexVisibleProperty, {
manipulatorIcon: false, // icon is a flat circle
manipulatorIcon: false, // icon is a flat point
tandem: options.tandem.createTandem( 'vertexCheckbox' )
} );
const axisOfSymmetryCheckbox = new AxisOfSymmetryCheckbox( viewProperties.axisOfSymmetryVisibleProperty, {
Expand Down

0 comments on commit e1ac9af

Please sign in to comment.