-Added diectly editable expressions on node to VSEditor, closes #6392
-Added ability for LineEdit to expand to fit text
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user