Skip to content

ViewManager: Fix warnings about mixing operators.

In ViewManager::setupActions, two flags were been combined by mixing bitwise OR and addition operators causing warnings about precedence (no perceptible bug, though).

Edited by Edwin Pujols

Merge request reports