1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix GraphEdit grab random node when delete or deselect by clicking empty space

This commit is contained in:
volzhs
2016-10-05 01:10:49 +09:00
parent 78d97b060a
commit 83278a1ac4
2 changed files with 7 additions and 4 deletions

View File

@@ -788,4 +788,5 @@ GraphNode::GraphNode() {
comment=false;
resizeable=false;
resizing=false;
selected=false;
}