mirror of
https://github.com/godotengine/godot.git
synced 2024-12-01 16:42:26 +00:00
Fix drawing boxselection on GraphEdit
This commit is contained in:
parent
07f076fa4f
commit
1bdc14acea
@ -1312,6 +1312,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();
|
||||
|
Loading…
Reference in New Issue
Block a user