mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-16 03:03:40 +01:00
Fix tab bar resize animation playing when it shouldnt
This commit is contained in:
parent
38827014ab
commit
a3c32868cc
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ void Hy3Node::recalcSizePosRecursive(bool no_animation) {
|
||||||
child->gap_size_offset = gap_pos_offset;
|
child->gap_size_offset = gap_pos_offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->updateTabBar();
|
this->updateTabBar(no_animation);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct FindTopWindowInNodeResult {
|
struct FindTopWindowInNodeResult {
|
||||||
|
|
Loading…
Add table
Reference in a new issue