Reset slider to zero when openning again

This commit is contained in:
azagaya 2020-02-03 14:01:59 -03:00
parent d1ef71ceee
commit e24e9d65a5
2 changed files with 5 additions and 0 deletions

View file

@ -46,3 +46,7 @@ func rotate():
func _on_OptionButton_item_selected(id):
rotate()
func _on_RotateImage_about_to_show():
$VBoxContainer/HBoxContainer/HSlider.value = 0