From a3c32868cc66b59cb3df6e9a08792f9bc5ba46c8 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 29 Jun 2023 08:34:22 -0700 Subject: [PATCH] Fix tab bar resize animation playing when it shouldnt --- src/Hy3Node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {