Skip to content

Commit

Permalink
Fix tab bar fade visual defects
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner committed Jun 11, 2024
1 parent 5693ea2 commit e090c68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/TabGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,12 @@ void Hy3TabGroup::tick() {
this->bar.damaged = true;
this->last_workspace_offset = workspaceOffset;
}

if (this->workspace->m_fAlpha.isBeingAnimated()) {
auto pos = this->pos.value();
auto size = this->size.value();
damageBox(&pos, &size);
}
}

auto pos = this->pos.value();
Expand Down

0 comments on commit e090c68

Please sign in to comment.