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

Press enter in single line TextEdit to surrender keyboard focus

This commit is contained in:
Emil Ernerfeldt
2020-11-09 18:40:23 +01:00
parent 796def4bcb
commit e55b59256e
2 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Changed 🔧
* Pressing enter in a single-line `TextEdit` will now surrender keyboard focus for it
### Fixed 🐛
* Fixed bug where a lost widget could still retain keyboard focus.