1
Fork 0
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:
Andreas Kling 2019-04-10 16:39:23 +02:00
parent 5e0577a042
commit 696ada2810

View file

@ -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: