1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Improve automatic Id generation to make Id clashes less likely

This commit is contained in:
Emil Ernerfeldt
2020-11-14 18:20:06 +01:00
parent ee3f269d93
commit 03eb9151c4
4 changed files with 28 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Pressing enter in a single-line `TextEdit` will now surrender keyboard focus for it.
* You must now be explicit when creating a `TextEdit` if you want it to be singeline or multiline.
* Improved automatic `Id` generation, making `Id` clashes less likely.
### Fixed 🐛