https://bugs.kde.org/show_bug.cgi?id=373958
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@privat.broulik.de, | |mgraess...@kde.org Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> --- When the panel changes its geometry (you have a non-maximized panel, I suppose?) because windows come and go, KWin will show the panel. There's an explicit call in client.cpp m_edgeRemoveConnection = connect(this, &Client::geometryChanged, this, [this](){ ScreenEdges::self()->reserve(this, ElectricNone); }); I don't know what purpose it has, though. I tried having plasmashell restore auto hide in resizeEvent but that's too late and will cause a panel animation. -- You are receiving this mail because: You are watching all bug changes.