mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 17:47:36 +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_caption(changed_event.title());
|
||||||
}
|
}
|
||||||
window.button()->set_checked(changed_event.is_active());
|
window.button()->set_checked(changed_event.is_active());
|
||||||
window.button()->update();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue