Merge pull request #29579 from mrcdk/fix_29575

Drop the physics mouseover whenever a input has been handled.
This commit is contained in:
Rémi Verschelde 2019-11-11 09:37:27 +01:00 committed by GitHub
commit 8ffc56c3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3022,6 +3022,7 @@ bool Viewport::gui_is_dragging() const {
}
void Viewport::set_input_as_handled() {
_drop_physics_mouseover();
if (handle_input_locally) {
local_input_handled = true;
} else {