diff --git a/src/Hy3Node.cpp b/src/Hy3Node.cpp index 7264cdf..046677a 100644 --- a/src/Hy3Node.cpp +++ b/src/Hy3Node.cpp @@ -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 {