mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 08:35:26 +00:00
KeyboardMapper: Replace char data type to u32 for code point
This commit is contained in:
committed by
Andreas Kling
parent
2f7e5a5e40
commit
1887e35dc8
@@ -94,4 +94,3 @@ void KeyButton::leave_event(Core::Event& event)
|
||||
window()->set_override_cursor(GUI::StandardCursor::Arrow);
|
||||
AbstractButton::leave_event(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user