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
When having newlines in the text property of TextInput, I expect them to be rendered. Currently they are rendered only when word wrap is enabled, but this may add even more linebreaks than intended. Manual newlines should always be rendered, no matter what wrap mode is set.
I'm going to close as duplicate of #7413
Same problem that when single-line:true (the default) we get rendering divergences.
I'm going to edit the description of #7416 to merge the two issue
Bug Description
When having newlines in the
text
property ofTextInput
, I expect them to be rendered. Currently they are rendered only when word wrap is enabled, but this may add even more linebreaks than intended. Manual newlines should always be rendered, no matter what wrap mode is set.With winit the rendering is even broken:
Reproducible Code (if applicable)
Environment Details
Product Impact
Use-case in LibrePCB (not a blocker for now):
The text was updated successfully, but these errors were encountered: