Skip to content

Commit

Permalink
implement options.levelVisible, #71
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed May 10, 2018
1 parent 21912f6 commit 0e54941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/FiniteStatusBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ define( function( require ) {
var leftChildren = [];

// Level N
if ( options.levelProperty ) {
if ( options.levelProperty && options.levelVisible ) {
var levelText = new Text( '', _.extend( {
tandem: options.tandem.createTandem( 'levelText' )
}, options.levelTextOptions ) );
Expand Down

0 comments on commit 0e54941

Please sign in to comment.