mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Revert "Fix mouse button release not sent to gui_input if it's different from the button that gave focus"
This commit is contained in:
parent
652c98a7be
commit
1b944cb663
@ -1811,8 +1811,7 @@ void Viewport::_gui_input_event(Ref<InputEvent> p_event) {
|
||||
_gui_call_input(gui.mouse_focus, mb);
|
||||
}
|
||||
|
||||
if (mb->get_button_mask() == 0) {
|
||||
// Last mouse button was released
|
||||
if (mb->get_button_index() == gui.mouse_focus_button) {
|
||||
gui.mouse_focus = NULL;
|
||||
gui.mouse_focus_button = -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user