diff options
author | Gilles Roudiere <gilles.roudiere@gmail.com> | 2018-03-08 21:35:41 +0100 |
---|---|---|
committer | Gilles Roudiere <gilles.roudiere@gmail.com> | 2018-04-03 22:04:19 +0200 |
commit | 72ed1e4244efbba7d7d66781b6fcbd2faec3273f (patch) | |
tree | 23d8c8e56fb9e6a8afe10eb14ab1056d689d7d51 /scene/2d/visibility_notifier_2d.h | |
parent | 6435894275ad03911f916817704d94a0e5925425 (diff) | |
download | redot-engine-72ed1e4244efbba7d7d66781b6fcbd2faec3273f.tar.gz |
Remove the selection rect for nodes that do not require it
Diffstat (limited to 'scene/2d/visibility_notifier_2d.h')
-rw-r--r-- | scene/2d/visibility_notifier_2d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/visibility_notifier_2d.h b/scene/2d/visibility_notifier_2d.h index 93a35a709e..c4e12dfa22 100644 --- a/scene/2d/visibility_notifier_2d.h +++ b/scene/2d/visibility_notifier_2d.h @@ -56,6 +56,7 @@ protected: public: virtual Rect2 _edit_get_rect() const; + virtual bool _edit_use_rect() const; void set_rect(const Rect2 &p_rect); Rect2 get_rect() const; |