From 6b7bc84b094bf3c5fd2ef18928b4bdbb8af76c84 Mon Sep 17 00:00:00 2001 From: Benjamin Deleze Date: Mon, 26 Jun 2023 08:14:20 +0200 Subject: [PATCH] clang --- src/webots/gui/WbView3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webots/gui/WbView3D.cpp b/src/webots/gui/WbView3D.cpp index 5d4baa98b8e..e893b45c935 100644 --- a/src/webots/gui/WbView3D.cpp +++ b/src/webots/gui/WbView3D.cpp @@ -1570,8 +1570,8 @@ void WbView3D::mousePressEvent(QMouseEvent *event) { return; - // Fix an issue on macOS where the context menu was not closed by a click. #ifdef __APPLE__ + // Fix an issue on macOS where the context menu was not closed by a click. delete mParentWidget->findChild("ContextMenu"); #endif