Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jun 17, 2024
1 parent 4b87555 commit e7ed34b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/gpad/TFramePainter.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2578,9 +2578,8 @@ class TFramePainter extends ObjectPainter {
if ((kind === 'x') || (kind === 'y') || (kind === 'z') || (kind === 'x2') || (kind === 'y2')) {
const faxis = obj || this[kind+'axis'],
handle = this[`${kind}_handle`];
if (!isFunc(faxis?.TestBit))
return false;

if (!isFunc(faxis?.TestBit))
return false;
menu.header(`${kind.toUpperCase()} axis`);

menu.sub('Range');
Expand Down

0 comments on commit e7ed34b

Please sign in to comment.