mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 02:54:43 -04:00
Reset slider to zero when openning again
This commit is contained in:
parent
d1ef71ceee
commit
e24e9d65a5
2 changed files with 5 additions and 0 deletions
|
@ -46,3 +46,7 @@ func rotate():
|
|||
|
||||
func _on_OptionButton_item_selected(id):
|
||||
rotate()
|
||||
|
||||
|
||||
func _on_RotateImage_about_to_show():
|
||||
$VBoxContainer/HBoxContainer/HSlider.value = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue