[view] fix: crashing when using floats for spinner components

This commit is contained in:
Vinicius Moreira
2021-12-13 12:03:59 -03:00
parent 2b6aa2af6f
commit e69d691766
3 changed files with 4 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- UI
- crashing when resizing with floats instead of integers [#216](https://github.com/vinifmor/bauh/issues/216)
- crashing when using floats for spinner components [#217](https://github.com/vinifmor/bauh/issues/217)
## [0.9.23] 2021-12-10
### Features