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