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:
Guilherme Felipe
2018-07-04 20:08:45 -03:00
parent a9acdd84b7
commit 709948aa5a
4 changed files with 18 additions and 11 deletions

View File

@@ -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) {