You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`ScrollArea::show` now returns a `ScrollAreaOutput`, so you might need to add `.inner` after the call to it ([#1166](https://github.com/emilk/egui/pull/1166)).
45
46
46
47
### Fixed 🐛
47
-
* Context menus now respects the theme ([#1043](https://github.com/emilk/egui/pull/1043))
48
-
* Plot `Orientation` was not public, although fields using this type were ([#1130](https://github.com/emilk/egui/pull/1130))
48
+
* Context menus now respects the theme ([#1043](https://github.com/emilk/egui/pull/1043)).
49
+
* Plot `Orientation` was not public, although fields using this type were ([#1130](https://github.com/emilk/egui/pull/1130)).
49
50
* Fixed `enable_drag` for Windows ([#1108](https://github.com/emilk/egui/pull/1108)).
50
51
* Calling `Context::set_pixels_per_point` before the first frame will now work.
0 commit comments