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

Add Response::on_disabled_hover_text to show tooltip for disabled widgets

Closes https://github.com/emilk/egui/issues/323
This commit is contained in:
Emil Ernerfeldt
2021-04-22 19:45:42 +02:00
parent 07da54ad08
commit fb6f49024f
2 changed files with 27 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
* Fix [defocus-bug on touch screens](https://github.com/emilk/egui/issues/288).
* Fix bug with the layout of wide `DragValue`:s.
## 0.11.0 - 2021-04-05 - Optimization, screen reader & new layout logic
### Added ⭐