mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Applets/Keymap: Repaint applet on keymap change
This commit is contained in:
parent
4fd12b6b79
commit
7d6908d9a5
Notes:
sideshowbarker
2024-07-16 23:08:48 +09:00
Author: https://github.com/LucasChollet
Commit: 7d6908d9a5
Pull-request: https://github.com/SerenityOS/serenity/pull/17762
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ void KeymapStatusWidget::set_current_keymap(DeprecatedString const& keymap)
|
|||
{
|
||||
m_current_keymap = keymap;
|
||||
set_tooltip(keymap);
|
||||
update();
|
||||
}
|
||||
|
||||
void KeymapStatusWidget::paint_event(GUI::PaintEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue