diff --git a/client.cpp b/client.cpp index c26adb9fa8..e6ea712190 100644 --- a/client.cpp +++ b/client.cpp @@ -710,7 +710,7 @@ void Client::mouseMoveEvent( QMouseEvent * e) if ( !moveResizeMode ) { QPoint p( e->pos() - moveOffset ); - if ( QABS( p.x() >= 4) || QABS( p.y() ) >= 4 ) { + if ( (QABS( p.x()) >= 4) || (QABS( p.y() ) >= 4 )) { moveResizeMode = TRUE; grabMouse( cursor() ); // to keep the right cursor if ( ( isMove() && options->moveMode != Options::Opaque )