egui/crates
Arnold Loubriat 85e14e89bd
Fix Shift+Tab behavior when no widget is focused (#3498)
<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to add commits to your PR.
* Remember to run `cargo fmt` and `cargo cranky`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review you PR, but my time is limited!
-->

If no widget is focused (such as when an application just started or
after Escape was pressed), pressing Shift+Tab does not set the focus to
the last widget. I think this PR fixes that.
2023-11-11 09:16:38 +01:00
..
ecolor Add `#[inline]` to all color-related function 2023-10-07 18:11:16 +02:00
eframe Release 0.23.0 - New image API 2023-09-28 08:44:33 +02:00
egui Fix Shift+Tab behavior when no widget is focused (#3498) 2023-11-11 09:16:38 +01:00
egui-wgpu Release 0.23.0 - New image API 2023-09-28 08:44:33 +02:00
egui-winit Update accesskit and accesskit_winit. (#3475) 2023-11-10 11:32:30 +01:00
egui_demo_app Fix some lints found by clippy 1.73 2023-10-06 09:01:31 +02:00
egui_demo_lib Fix broken doc links in the demo app widget gallery (#3441) 2023-11-10 21:39:49 +01:00
egui_extras Floating scroll bars (#3539) 2023-11-09 18:41:58 +01:00
egui_glium Release 0.23.0 - New image API 2023-09-28 08:44:33 +02:00
egui_glow Release 0.23.0 - New image API 2023-09-28 08:44:33 +02:00
egui_plot Fix some typos (#3459) 2023-11-10 11:12:52 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use `impl Into<Stroke>` as argument in a few more places (#3420) 2023-11-10 21:36:51 +01:00
epaint Use `impl Into<Stroke>` as argument in a few more places (#3420) 2023-11-10 21:36:51 +01:00