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
Describe the bug TextEdit::clip_text is being ignored for singleline text. With clip_text set to true, the TextEdit widget expands when the text gets too long.
Here are a couple screenshots showing the behavior.
Before adding text:
Pasting in some long text:
If I maximize the window (also odd behavior since I have window resizing disabled) then you can see the full size of the TextEdit:
This behavior started with v0.30 and still exists in the main branch.
Describe the bug
TextEdit::clip_text
is being ignored for singleline text. Withclip_text
set to true, theTextEdit
widget expands when the text gets too long.Here are a couple screenshots showing the behavior.
Before adding text:
Pasting in some long text:
If I maximize the window (also odd behavior since I have window resizing disabled) then you can see the full size of the
TextEdit
:This behavior started with v0.30 and still exists in the main branch.
[edit] This may be related to #5500.
The text was updated successfully, but these errors were encountered: