1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/crates
YgorSouza e5c502f21e Fix Ctrl+Shift+Z redo shortcut (#5258)
This shortcut was previously triggering the Undo action due to the
matches_logically method ignoring the state of the Shift key. This was
solved by simply inverting the order of the undo and redo arms, so the
undo is not matched if the shortcut corresponds to redo.

* Closes <https://github.com/emilk/egui/issues/5255>
* [x] I have followed the instructions in the PR template
2024-10-23 10:56:12 +02:00
..
2024-10-01 10:08:21 +02:00
2024-10-01 10:08:21 +02:00
2024-10-01 10:08:21 +02:00
2023-04-18 15:52:45 +02:00
2024-10-01 10:08:21 +02:00
2024-10-01 10:41:59 +02:00