diff --git a/Userland/Applets/Keymap/KeymapStatusWidget.cpp b/Userland/Applets/Keymap/KeymapStatusWidget.cpp index 38b196107e7..dec27e3ab4b 100644 --- a/Userland/Applets/Keymap/KeymapStatusWidget.cpp +++ b/Userland/Applets/Keymap/KeymapStatusWidget.cpp @@ -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)