1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Rename TextEdit::enabled to TextEdit::interactive.

This commit is contained in:
Emil Ernerfeldt
2021-10-17 22:12:27 +02:00
parent fe76382141
commit 8a47019c1a
2 changed files with 21 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
* Smaller and nicer color picker.
* `ScrollArea` will auto-shrink to content size unless told otherwise using `ScollArea::auto_shrink`.
* By default, `Slider`'s `clamp_to_range` is set to true.
* Rename `TextEdit::enabled` to `TextEdit::interactive`.
### Fixed 🐛
* Fix wrongly sized multiline `TextEdit` in justified layouts.