mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Freeze scroll area (#472)
* added ScrollArea::enable_scrolling * also freeze dragging and scroll-bar * fixed styling of inactive scrollbar * fixed docs (backtick-quoted TextEdit) Co-authored-by: edko99 <edko@jouzz.com>
This commit is contained in:
@@ -21,6 +21,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
||||
* 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)`
|
||||
* Add `ScrollArea::enable_scrolling` to allow freezing scrolling when editing TextEdit widgets within it
|
||||
|
||||
### Changed 🔧
|
||||
* Plot: Changed `Curve` to `Line`.
|
||||
|
||||
Reference in New Issue
Block a user