1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 07:10:04 -04:00

Don't constrain immovable egui windows to native window (#1049)

This commit is contained in:
Lampsitter
2022-01-08 10:07:02 +01:00
committed by GitHub
parent 1f93c7b0b6
commit 7b641be7b0
2 changed files with 11 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
### Fixed 🐛
* Context menu now respects the theme ([#1043](https://github.com/emilk/egui/pull/1043))
* Immovable windows can no longer incorrectly move ([#1049](https://github.com/emilk/egui/pull/1049))
## 0.16.1 - 2021-12-31 - Add back `CtxRef::begin_frame,end_frame`