expo: minor damage fix

This commit is contained in:
Vaxry 2024-04-03 21:19:26 +01:00
parent 71b97f0f24
commit 7c187cdd27
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ void COverview::close() {
void COverview::onPreRender() {
if (damageDirty) {
damageDirty = false;
redrawID(openedID);
redrawID(closing ? (closeOnID == -1 ? openedID : closeOnID) : openedID);
}
}