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:
parent
a46f21265e
commit
7b343cc30f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue