mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
KeyboardMapper: Replace char data type to u32 for code point
This commit is contained in:
parent
2f7e5a5e40
commit
1887e35dc8
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