Skip to content

Commit

Permalink
Revert exclude visible children from ammeterToolNode bounds - see #925
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseAndMore committed Mar 13, 2023
1 parent 2ff682b commit e3f39ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/SensorToolbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export default class SensorToolbox extends CCKCPanel {
} ),
ammeterText
],
excludeInvisibleChildrenFromBounds: true
excludeInvisibleChildrenFromBounds: false
} );

const topBox = alignGroup.createBox( new HBox( {
Expand Down

0 comments on commit e3f39ea

Please sign in to comment.