From ccb417e00d013ae9c41e47a48ed783d93df8d04a Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Sat, 4 Jan 2025 12:49:19 +0900 Subject: [PATCH] Gui: Mark mouse move action handled to skip digging nodes --- src/Gui/Selection/SoFCUnifiedSelection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/Selection/SoFCUnifiedSelection.cpp b/src/Gui/Selection/SoFCUnifiedSelection.cpp index 2a84b30a21..dd57e2d067 100644 --- a/src/Gui/Selection/SoFCUnifiedSelection.cpp +++ b/src/Gui/Selection/SoFCUnifiedSelection.cpp @@ -762,6 +762,7 @@ SoFCUnifiedSelection::handleEvent(SoHandleEventAction * action) this->touch(); } } + action->setHandled(); } } // mouse press events for (de)selection