diff options
| author | dam <dam@gudinoff> | 2021-12-16 01:17:34 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-16 01:17:34 +0000 |
| commit | 9724fb73abf9fd3760a4f3f3ac941a119708c97b (patch) | |
| tree | 1892493f0e922a3c0b99c049a7039771d739dea7 /date_picker/value_picker.gd | |
| parent | ecd75887d99d887aabe828f4511d9fd3e1c41428 (diff) | |
| download | surgery-log-9724fb73abf9fd3760a4f3f3ac941a119708c97b.tar.zst surgery-log-9724fb73abf9fd3760a4f3f3ac941a119708c97b.zip | |
First prototype with working database and staging area.
Fix incorrect warp in date picker.
Disable physics engine.
Diffstat (limited to 'date_picker/value_picker.gd')
| -rw-r--r-- | date_picker/value_picker.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/date_picker/value_picker.gd b/date_picker/value_picker.gd index d25a143..5e77294 100644 --- a/date_picker/value_picker.gd +++ b/date_picker/value_picker.gd @@ -120,7 +120,7 @@ func input_focus_entered(): func input_focus_exited(): if input.text.is_valid_integer(): - value = wrapi(int(input.text), min_value, max_value) + value = wrapi(int(input.text), min_value, max_value + 1) input.visible = false |
