diff --git a/lib/appbase/widgets/BaseWindow.cpp b/lib/appbase/widgets/BaseWindow.cpp index 9aed2e83d..4f0ec2537 100644 --- a/lib/appbase/widgets/BaseWindow.cpp +++ b/lib/appbase/widgets/BaseWindow.cpp @@ -836,8 +836,8 @@ bool BaseWindow::handleMOVE(MSG *msg) this->currentBounds_ = QRect(QPoint(rect.left, rect.top), QPoint(rect.right - 1, rect.bottom - 1)); } - return false; #endif + return false; } bool BaseWindow::handleNCHITTEST(MSG *msg, long *result)