mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Fix precision issue in panel space allocation debug sanity check
Closes https://github.com/emilk/egui/issues/99
This commit is contained in:
@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
* Add `ui.allocate_at_least` and `ui.allocate_exact_size`.
|
||||
|
||||
### Fixed 🐛
|
||||
|
||||
* Fixed a bug that would sometimes trigger a "Mismatching panels" panic in debug builds.
|
||||
|
||||
## 0.7.0 - 2021-01-04
|
||||
|
||||
### Added ⭐
|
||||
|
||||
Reference in New Issue
Block a user