|
@@ -1576,7 +1576,7 @@ void Viewport::_gui_input_event(Ref<InputEvent> p_event) {
|
|
|
gui.drag_preview_id = ObjectID();
|
|
|
}
|
|
|
_propagate_viewport_notification(this, NOTIFICATION_DRAG_END);
|
|
|
- // Change mouse accordingly.
|
|
|
+ get_base_window()->update_mouse_cursor_shape();
|
|
|
}
|
|
|
|
|
|
_gui_cancel_tooltip();
|
|
@@ -1597,7 +1597,7 @@ void Viewport::_gui_input_event(Ref<InputEvent> p_event) {
|
|
|
gui.dragging = false;
|
|
|
gui.drag_mouse_over = nullptr;
|
|
|
_propagate_viewport_notification(this, NOTIFICATION_DRAG_END);
|
|
|
- // Change mouse accordingly.
|
|
|
+ get_base_window()->update_mouse_cursor_shape();
|
|
|
}
|
|
|
|
|
|
gui.mouse_focus_mask &= ~mouse_button_to_mask(mb->get_button_index()); // Remove from mask.
|