From d6b664f6717240de6b5c1eee65df304955b1fe42 Mon Sep 17 00:00:00 2001 From: "Daniel J. Ramirez" Date: Sun, 3 Sep 2017 13:10:43 -0500 Subject: Fix. resizeable -> resizable. (not actually a typo, but the rest of the API uses resizable) --- scene/gui/graph_node.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scene/gui/graph_node.h') diff --git a/scene/gui/graph_node.h b/scene/gui/graph_node.h index 416d711aab..a606e47acd 100644 --- a/scene/gui/graph_node.h +++ b/scene/gui/graph_node.h @@ -68,7 +68,7 @@ private: bool show_close; Vector2 offset; bool comment; - bool resizeable; + bool resizable; bool resizing; Vector2 resizing_from; @@ -151,8 +151,8 @@ public: void set_comment(bool p_enable); bool is_comment() const; - void set_resizeable(bool p_enable); - bool is_resizeable() const; + void set_resizable(bool p_enable); + bool is_resizable() const; virtual Size2 get_minimum_size() const; -- cgit v1.2.3