Fix tab bar resize animation playing when it shouldnt

This commit is contained in:
outfoxxed 2023-06-29 08:34:22 -07:00
parent 38827014ab
commit a3c32868cc
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -346,7 +346,7 @@ void Hy3Node::recalcSizePosRecursive(bool no_animation) {
child->gap_size_offset = gap_pos_offset;
}
this->updateTabBar();
this->updateTabBar(no_animation);
}
struct FindTopWindowInNodeResult {