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

Add Context::set_debug_on_hover and egui::trace!(ui)

This commit is contained in:
Emil Ernerfeldt
2021-05-27 19:30:08 +02:00
parent 8623909d82
commit 3b807e1ad6
13 changed files with 117 additions and 41 deletions

View File

@@ -17,6 +17,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
* Add support for [cint](https://crates.io/crates/cint) under `cint` feature.
* Add features `extra_asserts` and `extra_debug_asserts` to enable additional checks.
* `TextEdit` now supports edits on a generic buffer using `TextBuffer`.
* Add `Context::set_debug_on_hover` and `egui::trace!(ui)`
### Changed 🔧
* Plot: Changed `Curve` to `Line`.