Drop the physics mouseover whenever a input has been handled.
Fixes #29575
This commit is contained in:
parent
197b65f32a
commit
1810a901d2
@ -2905,6 +2905,7 @@ bool Viewport::gui_is_dragging() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Viewport::set_input_as_handled() {
|
void Viewport::set_input_as_handled() {
|
||||||
|
_drop_physics_mouseover();
|
||||||
if (handle_input_locally) {
|
if (handle_input_locally) {
|
||||||
local_input_handled = true;
|
local_input_handled = true;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user