Skip to content

Commit

Permalink
uninstrument proportionsGraphNode.generationSpinner.numberDisplay, #339
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 28, 2023
1 parent d08e0cd commit cc81d24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/common/view/proportions/ProportionsGenerationSpinner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import NumberSpinner, { NumberSpinnerOptions } from '../../../../../sun/js/Numbe
import naturalSelection from '../../../naturalSelection.js';
import NaturalSelectionStrings from '../../../NaturalSelectionStrings.js';
import NaturalSelectionConstants from '../../NaturalSelectionConstants.js';
import Tandem from '../../../../../tandem/js/Tandem.js';

type SelfOptions = EmptySelfOptions;

Expand Down Expand Up @@ -42,7 +43,8 @@ export default class ProportionsGenerationSpinner extends NumberSpinner {
textOptions: {
font: NaturalSelectionConstants.PROPORTIONS_GENERATION_CONTROL_FONT,
maxWidth: 250 // determined empirically
}
},
tandem: Tandem.OPT_OUT // see https://github.com/phetsims/natural-selection/issues/339
}
}, providedOptions );

Expand Down

0 comments on commit cc81d24

Please sign in to comment.