From ac8fb2399d5673e0f8cde7809ad2583470e45112 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fernando=20Tarl=C3=A1=20Cardoso=20Lemos?= Date: Fri, 28 Jan 2011 19:58:41 -0200 Subject: [PATCH] Don't mess with sizes when moving to other ws. --- src/con.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/con.c b/src/con.c index 50e303ca..a14b95ce 100644 --- a/src/con.c +++ b/src/con.c @@ -507,6 +507,7 @@ void con_move_to_workspace(Con *con, Con *workspace) { /* 6: fix the percentages */ con_fix_percent(parent); + con->percent = 0.0; con_fix_percent(next); /* 7: keep focus on the current workspace */ -- 2.39.5