mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-18 13:44:50 +00:00
Applets/Keymap: Repaint applet on keymap change
This commit is contained in:
committed by
Andreas Kling
parent
4fd12b6b79
commit
7d6908d9a5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user