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

Rename Sense::nothing() to Sense::hover()

This commit is contained in:
Emil Ernerfeldt
2020-12-26 02:09:32 +01:00
parent b65e6327ab
commit a2ab35bab8
12 changed files with 23 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Combo boxes has scroll bars when needed.
* Expand `Window` + `Resize` containers to be large enough for last frames content
* `ui.columns`: Columns now defaults to justified top-to-down layouts.
* Rename `Sense::nothing()` to `Sense::hover()`.
### Fixed 🐛