Fix GCC 5 suggest parentheses warning.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
This commit is contained in:
parent
25122be50e
commit
04756e005c
@ -696,7 +696,7 @@ WorkspacesWindow::FrameMoved(BPoint origin)
|
||||
void
|
||||
WorkspacesWindow::FrameResized(float width, float height)
|
||||
{
|
||||
if (!modifiers() & B_SHIFT_KEY) {
|
||||
if (!(modifiers() & B_SHIFT_KEY)) {
|
||||
BWindow::FrameResized(width, height);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user