mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
KeyboardMapper: Replace char data type to u32 for code point
This commit is contained in:
parent
2f7e5a5e40
commit
1887e35dc8
Notes:
sideshowbarker
2024-07-19 05:37:39 +09:00
Author: https://github.com/asliturk
Commit: 1887e35dc8
Pull-request: https://github.com/SerenityOS/serenity/pull/2541
2 changed files with 4 additions and 5 deletions
|
@ -94,4 +94,3 @@ void KeyButton::leave_event(Core::Event& event)
|
|||
window()->set_override_cursor(GUI::StandardCursor::Arrow);
|
||||
AbstractButton::leave_event(event);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue