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
It seems the responsive layout breaks the TextWordWrap of widget.Label.
If I build the example cmd with go 1.18.1 on MacOS (ARM) it does not wrap the text if the window gets smaller. It only wraps the text where there is an \n in the code.
The text was updated successfully, but these errors were encountered:
Issue #39 - calling the inside object `CreateRenderer` breaks several
native behaviors (text wrapping, clickable, and many others).
Removing this call and using NewSimpleRenderer on the reponsiveWidget
fixes the problems.
I don't have precise explanation.
It seems the responsive layout breaks the TextWordWrap of widget.Label.
If I build the example cmd with go 1.18.1 on MacOS (ARM) it does not wrap the text if the window gets smaller. It only wraps the text where there is an \n in the code.
The text was updated successfully, but these errors were encountered: