summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.h
diff options
context:
space:
mode:
authorasheraryam <asheraryam@gmail.com>2020-04-10 23:00:50 +0300
committerasheraryam <asheraryam@gmail.com>2020-04-15 18:06:21 +0300
commit67c98cb4388918c03ecc25f79f14fdceb807f345 (patch)
treee4652748a5529e2877acdd577a01ff44f3ca1d2e /scene/gui/graph_edit.h
parent5b4ea6529a4a6d4698238f566bb032d3710a365b (diff)
downloadredot-engine-67c98cb4388918c03ecc25f79f14fdceb807f345.tar.gz
Add "node_unselected" signal for GraphEdit
Diffstat (limited to 'scene/gui/graph_edit.h')
-rw-r--r--scene/gui/graph_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h
index 7f1d2699ba..f675f8c7f3 100644
--- a/scene/gui/graph_edit.h
+++ b/scene/gui/graph_edit.h
@@ -104,7 +104,7 @@ private:
float zoom;
bool box_selecting;
- bool box_selection_mode_aditive;
+ bool box_selection_mode_additive;
Point2 box_selecting_from;
Point2 box_selecting_to;
Rect2 box_selecting_rect;