summaryrefslogtreecommitdiff
path: root/scene/2d/screen_button.h
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-11-20 00:19:00 +0700
committerGitHub <noreply@github.com>2017-11-20 00:19:00 +0700
commitf5e85c61039f8ff17805172c7a417747070bbc98 (patch)
treedb0dd34791d799e701a8688b8bae45370968ada0 /scene/2d/screen_button.h
parentd629a753ec8d6b3e01f608652e43909be1b2c254 (diff)
parent8d1f2b1857322ed2875cd83b275f3a80f04394a9 (diff)
Merge pull request #12955 from groud/editor_canvas_item_api_rework
Editor canvas item api rework
Diffstat (limited to 'scene/2d/screen_button.h')
-rw-r--r--scene/2d/screen_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/screen_button.h b/scene/2d/screen_button.h
index 7647070b26..2e674c20b4 100644
--- a/scene/2d/screen_button.h
+++ b/scene/2d/screen_button.h
@@ -102,7 +102,7 @@ public:
bool is_pressed() const;
- Rect2 get_item_rect() const;
+ Rect2 _edit_get_rect() const;
TouchScreenButton();
};