Fix inspector update after changing anchor via buttons
This commit is contained in:
parent
7b67c5857f
commit
8b391b9ab0
|
@ -1388,7 +1388,10 @@ void Control::set_anchor(Margin p_margin, float p_anchor, bool p_keep_margin, bo
|
||||||
}
|
}
|
||||||
|
|
||||||
update();
|
update();
|
||||||
_change_notify("anchor");
|
_change_notify("anchor_left");
|
||||||
|
_change_notify("anchor_right");
|
||||||
|
_change_notify("anchor_top");
|
||||||
|
_change_notify("anchor_bottom");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Control::_set_anchor(Margin p_margin, float p_anchor) {
|
void Control::_set_anchor(Margin p_margin, float p_anchor) {
|
||||||
|
|
Loading…
Reference in New Issue