Don't mess with sizes when moving to other ws.
This commit is contained in:
parent
9cfe376d15
commit
ac8fb2399d
|
@ -507,6 +507,7 @@ void con_move_to_workspace(Con *con, Con *workspace) {
|
||||||
|
|
||||||
/* 6: fix the percentages */
|
/* 6: fix the percentages */
|
||||||
con_fix_percent(parent);
|
con_fix_percent(parent);
|
||||||
|
con->percent = 0.0;
|
||||||
con_fix_percent(next);
|
con_fix_percent(next);
|
||||||
|
|
||||||
/* 7: keep focus on the current workspace */
|
/* 7: keep focus on the current workspace */
|
||||||
|
|
Loading…
Reference in New Issue