From 3d6e08541a5e5657349279f5667c60a569585cc9 Mon Sep 17 00:00:00 2001 From: Nishi Date: Fri, 22 May 2026 14:17:40 +0900 Subject: [PATCH] fix --- src/widget/tab.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widget/tab.c b/src/widget/tab.c index 4cd3a2a..e779bd5 100644 --- a/src/widget/tab.c +++ b/src/widget/tab.c @@ -248,9 +248,6 @@ static void resize(MwWidget handle) { MwNwidth, MwGetInteger(handle, MwNwidth) - MwDefaultBorderWidth(handle) * 2, MwNheight, MwGetInteger(handle, MwNheight) - tab_height(handle) - MwDefaultBorderWidth(handle) * 2, NULL); - - if(i == v) { - } } }