Taskbar: Remove window buttons from the taskbar when appropriate

This commit is contained in:
Andreas Kling 2019-09-22 00:41:52 +02:00
parent f614081b83
commit df837562ad
Notes: sideshowbarker 2024-07-19 12:00:40 +09:00

View File

@ -15,6 +15,8 @@ public:
~Window()
{
if (m_button)
m_button->remove_from_parent();
}
WindowIdentifier identifier() const { return m_identifier; }