Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Feb 8, 2024
1 parent 6570a8b commit e2debcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libjx/code/JXMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1581,8 +1581,8 @@ bool
JXMenu::IncludeInFTC()
const
{
return !itsIsHiddenPopupMenuFlag && itsOwner == nullptr &&
JXContainer::IncludeInFTC();
return (!itsIsHiddenPopupMenuFlag && itsOwner == nullptr &&
JXContainer::IncludeInFTC());
}

/******************************************************************************
Expand Down

0 comments on commit e2debcd

Please sign in to comment.