mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
Taskbar: Don't unconditionally update buttons on every state change.
This commit is contained in:
parent
5e0577a042
commit
696ada2810
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ void TaskbarWindow::wm_event(GWMEvent& event)
|
|||
window.button()->set_caption(changed_event.title());
|
||||
}
|
||||
window.button()->set_checked(changed_event.is_active());
|
||||
window.button()->update();
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue