PVS: V560 A part of conditional expression is always true

This commit is contained in:
wmayer
2019-02-17 13:56:48 +01:00
parent 98e13aa048
commit b2a5f47e44
16 changed files with 42 additions and 42 deletions

View File

@@ -126,7 +126,7 @@ SbBool InventorNavigationStyle::processSoEvent(const SoEvent * const ev)
}
// give the nodes in the foreground root the chance to handle events (e.g color bar)
if (!processed && !viewer->isEditing()) {
if (!viewer->isEditing()) {
processed = handleEventInForeground(ev);
if (processed)
return true;