You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes issue iced-rs#2002.
iced-rs#2002
The gist of the problem is that `LineHeight::to_absolute` in conjunction
with other widgets may inadvertently return `0.0`. This triggers a panic in `cosmic_text`.
The original issue has a minimal example.
Is there an existing issue for this?
Is this issue related to iced?
What happened?
After upgrading my code to
0.10.0
, I noticed that resizing the window caused the program to panic:After a bit of digging, I was able to create a simple example to replicate the issue:
To trigger the crash, resize the window height to be as small as it can.
Observations:
What is the expected behavior?
The window not crashing.
Version
crates.io release
Operating System
Windows
Do you have any log output?
The text was updated successfully, but these errors were encountered: