mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
bug fix: reset current_col to 0 (Xinerama problem)
This commit is contained in:
parent
3e3f213b72
commit
2c3dc9a4dc
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ _tile(Display *disp, awesome_config *awesomeconf, const Bool right)
|
|||
real_ncols = otherwin;
|
||||
else
|
||||
real_ncols = awesomeconf->ncols;
|
||||
|
||||
current_col = 0;
|
||||
}
|
||||
|
||||
c->ismax = False;
|
||||
|
|
Loading…
Reference in a new issue