Fixes the bad calculation of margin & anchors when child of Node2D
This commit is contained in:
parent
efdd0c4b89
commit
4d78e16bc1
17 changed files with 160 additions and 199 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue