You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Fix drawing boxselection on GraphEdit
(cherry picked from commit 1bdc14acea)
This commit is contained in:
@@ -1341,6 +1341,7 @@ void GraphEdit::_gui_input(const Ref<InputEvent> &p_ev) {
|
||||
|
||||
if (b->get_button_index() == BUTTON_LEFT && !b->is_pressed() && box_selecting) {
|
||||
box_selecting = false;
|
||||
box_selecting_rect = Rect2();
|
||||
previus_selected.clear();
|
||||
top_layer->update();
|
||||
minimap->update();
|
||||
|
||||
Reference in New Issue
Block a user