Skip to content

Commit

Permalink
Pass through bottomControlPanel tandem for visibility control, see #147
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Jun 9, 2020
1 parent a3e6463 commit eb52897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/wave-on-a-string/view/BottomControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class BottomControlPanel extends Node {
* @param {Tandem} tandem
*/
constructor( model, tandem ) {
super( { scale: 0.7 } );
super( { scale: 0.7, tandem: tandem } );

const checkboxTextOptions = {
font: new PhetFont( 15 ),
Expand Down

0 comments on commit eb52897

Please sign in to comment.