mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Don't clip popups to the parent cliprect (#885)
Closes https://github.com/emilk/egui/issues/825
This commit is contained in:
@@ -20,6 +20,9 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
|
||||
* Replace `Ui::__test` with `egui::__run_test_ui` ([#872](https://github.com/emilk/egui/pull/872)).
|
||||
* Replace `scroll_delta` and `zoom_delta` in `RawInput` with `Event::Scroll` and `Event::Zoom`.
|
||||
|
||||
### Fixed 🐛
|
||||
* Fix `ComboBox` and other popups getting clipped to parent window ([#885](https://github.com/emilk/egui/pull/885)).
|
||||
|
||||
### Removed 🔥
|
||||
* Removed `egui::math` (use `egui::emath` instead).
|
||||
* Removed `egui::paint` (use `egui::epaint` instead).
|
||||
|
||||
Reference in New Issue
Block a user