1
0

follow-up previous commit

This commit is contained in:
ThomasV
2021-03-15 11:15:19 +01:00
parent abaefa362a
commit d0a4f3581e
2 changed files with 2 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ Builder.load_string('''
on_release:
root.method = (root.method + 1) % 3
root.update_slider()
root.update_text()
root.on_slider(root.slider.value)
Slider:
id: slider
range: 0, 4

View File

@@ -76,6 +76,7 @@ Builder.load_string('''
bold: True
on_release:
root.method = (root.method + 1) % 3
root.update_slider()
root.on_slider(root.slider.value)
Slider:
id: slider