mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 04:25:59 +01:00
expo: minor damage fix
This commit is contained in:
parent
71b97f0f24
commit
7c187cdd27
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ void COverview::close() {
|
|||
void COverview::onPreRender() {
|
||||
if (damageDirty) {
|
||||
damageDirty = false;
|
||||
redrawID(openedID);
|
||||
redrawID(closing ? (closeOnID == -1 ? openedID : closeOnID) : openedID);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue