mirror of
https://github.com/Relintai/godot-engine.file-editor.git
synced 2025-02-22 07:37:57 +01:00
Add files via upload
fixed csv and ini visual editors
This commit is contained in:
parent
031b8a1430
commit
276cc70dbc
@ -124,6 +124,7 @@ func _on_editkey_pressed():
|
||||
Key.get_node("data").show()
|
||||
Key.get_node("data/HBoxContainer/name").editable = false
|
||||
Key.get_node("data/HBoxContainer/name").set_text(str(selected_key.get_text(0)))
|
||||
Key.get_node("data/HBoxContainer2/value").set_text(str(selected_key.get_text(1)))
|
||||
Key.window_title = "Edit selected Key"
|
||||
Key.dialog_text = ""
|
||||
if not Key.is_connected("confirmed",self,"edit_key"):
|
||||
|
Loading…
Reference in New Issue
Block a user