Replies: 2 comments 1 reply
-
Whoops! Putting widgets in the corners of a TextLayoutWidget is a supported feature, but I didn't realize it flowed through to a TextEntryWidget. I should probably disable that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Let's try supporting this use case. I cleaned up the TextEntryWidget api and fixed some bugs around corner widgets and sizing. The functions textEntry() and textLayout() now have comments showing where to add corner widgets. Let me know if you find a good use for it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found an interesting layout.
Code:
I think this layout is because
defer entry.deinit()
is called last.Beta Was this translation helpful? Give feedback.
All reactions