Fix crash when drawing Predrawn with width 0

This commit is contained in:
Joscha 2024-01-14 12:32:10 +01:00
parent b01ee297d5
commit 2d604d606c
2 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,9 @@ Procedure when bumping the version number:
## Unreleased
### Fixed
- Crash when drawing `widgets::Predrawn` with width 0
## v0.2.1 - 2024-01-05
### Added