You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Merge pull request #33952 from KoBeWi/not_my_fault
Fix box selection being cancelled immediately
This commit is contained in:
@@ -2238,6 +2238,7 @@ bool CanvasItemEditor::_gui_input_select(const Ref<InputEvent> &p_event) {
|
||||
// Clear the selection if not additive
|
||||
editor_selection->clear();
|
||||
viewport->update();
|
||||
selected_from_canvas = true;
|
||||
};
|
||||
|
||||
drag_from = click;
|
||||
|
||||
Reference in New Issue
Block a user