Merge pull request #69618 from Sauermann/fix-parse-twice

Fix that mouse-button-up event is parsed twice for drag-and-drop
This commit is contained in:
Rémi Verschelde 2022-12-06 10:48:04 +01:00
commit d1299eab12
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -3947,7 +3947,6 @@ void DisplayServerX11::process_events() {
mb->set_window_id(window_id_other);
mb->set_position(Vector2(x, y));
mb->set_global_position(mb->get_position());
Input::get_singleton()->parse_input_event(mb);
}
break;
}