mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 04:15:36 +00:00
clang reports: unclear || + && and &+| mixes.
This commit is contained in:
parent
1131ed15df
commit
c57b1a8b70
16 changed files with 30 additions and 28 deletions
|
|
@ -189,7 +189,7 @@ bool GuiRolloutCtrl::_onMouseUp( const GuiEvent &event, bool lockedMouse )
|
|||
{
|
||||
// If Ctrl/Cmd-clicking a header, collapse all sibling GuiRolloutCtrls.
|
||||
|
||||
if( ( mAutoCollapseSiblings && !mIsExpanded && !( event.modifier & SI_PRIMARY_CTRL )
|
||||
if( (( mAutoCollapseSiblings && !mIsExpanded && !( event.modifier & SI_PRIMARY_CTRL ))
|
||||
|| ( !mAutoCollapseSiblings && event.modifier & SI_PRIMARY_CTRL ) ) )
|
||||
{
|
||||
for( SimSet::iterator iter = getParent()->begin(); iter != getParent()->end(); ++ iter )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue