Fixes the bad calculation of margin & anchors when child of Node2D

This commit is contained in:
groud 2018-05-05 16:59:00 +02:00
parent efdd0c4b89
commit 4d78e16bc1
17 changed files with 160 additions and 199 deletions

View file

@ -94,6 +94,8 @@ public:
virtual Rect2 _edit_get_rect() const;
virtual bool _edit_use_rect() const;
virtual Rect2 get_anchorable_rect() const;
void set_enabled(bool p_enabled);
bool is_enabled() const;