Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Don't mess with sizes when moving to other ws.
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandotcl authored and stapelberg committed Jan 29, 2011
1 parent 9cfe376 commit ac8fb23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/con.c
Expand Up @@ -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 */
Expand Down

0 comments on commit ac8fb23

Please sign in to comment.