Add files via upload

fixed csv and ini visual editors
This commit is contained in:
Nicolò Santilio 2020-06-19 19:35:00 +02:00 committed by GitHub
parent 031b8a1430
commit 276cc70dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"):