mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
Applets/Keymap: Repaint applet on keymap change
This commit is contained in:
parent
4fd12b6b79
commit
7d6908d9a5
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