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

Fixed bug where a lost widget could still retain keyboard focus.

This commit is contained in:
Emil Ernerfeldt
2020-11-09 13:19:22 +01:00
parent 7cc5218630
commit 796def4bcb
2 changed files with 11 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
### Fixed 🐛
* Fixed bug where a lost widget could still retain keyboard focus.
## 0.3.0 - 2020-11-07
### Added ⭐