Fixes to the new inspector
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit;
This commit is contained in:
@@ -1411,7 +1411,7 @@ void Control::set_anchor(Margin p_margin, float p_anchor, bool p_keep_margin, bo
|
||||
}
|
||||
|
||||
update();
|
||||
_change_notify();
|
||||
_change_notify("anchor");
|
||||
}
|
||||
|
||||
void Control::_set_anchor(Margin p_margin, float p_anchor) {
|
||||
|
||||
Reference in New Issue
Block a user