mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +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:
parent
181fdce1e9
commit
405f6af79c
5 changed files with 94 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue