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
Same here. This can be easily reproduced with just ui.add(egui::TextEdit::singleline(&mut some_variable)); inside a CentralPanel. The CentralPanel width becomes larger than the window width, breaking the layout :}
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The width of singleline has not changed. Horizontal should use the width of singleline instead of the length of the text.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: