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
commit 696ada2810
Notes: sideshowbarker 2024-07-19 14:46:19 +09:00

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: