1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

-Added diectly editable expressions on node to VSEditor, closes #6392

-Added ability for LineEdit to expand to fit text
This commit is contained in:
Juan Linietsky
2016-09-06 20:34:24 -03:00
parent 181fdce1e9
commit 405f6af79c
5 changed files with 94 additions and 25 deletions

View File

@@ -168,6 +168,7 @@ class VisualScriptEditor : public ScriptEditorBase {
void _member_button(Object *p_item, int p_column, int p_button);
void _expression_text_changed(const String& p_text,int p_id);
String revert_on_drag;