mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 10:43:40 +01:00
Fix tab bar fade visual defects
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
5693ea2554
commit
e090c684af
1 changed files with 6 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue