1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 01:29:49 +00:00

Fix width and height fields in the create palette dialog that used to remain disabled when the dialog appeared again

This commit is contained in:
Manolis Papadeas 2021-07-07 18:32:37 +03:00
parent a46f21265e
commit 7b343cc30f

View file

@ -37,6 +37,8 @@ func open(opened_current_palette: Palette) -> void:
# Stop all inputs in the rest of the app # Stop all inputs in the rest of the app
Global.dialog_open(true) Global.dialog_open(true)
popup_centered() popup_centered()
width_input.editable = true
height_input.editable = true
# Resets all dialog values to default # Resets all dialog values to default