diff options
author | Miguel A. Colón Vélez <[email protected]> | 2015-01-01 21:24:40 -0500 |
---|---|---|
committer | Miguel A. Colón Vélez <[email protected]> | 2015-01-01 21:24:40 -0500 |
commit | 07f6f968dbe96ff7c8eb4347f2bbb4457f73c30a (patch) | |
tree | fe1810bfa13d635fc3072884bac4383438b637d0 /src/core/place.c | |
parent | 8a34cf4df4214f8e15e46568ee581b672e559fe8 (diff) | |
download | marco-07f6f968dbe96ff7c8eb4347f2bbb4457f73c30a.tar.bz2 marco-07f6f968dbe96ff7c8eb4347f2bbb4457f73c30a.tar.xz |
BugFix: Can't unmaximize a tiled window.
The removed code did not allow tiled windows to be unmaximized. The code was
trying to retile a tiled window when it was asked to unmaximize it. The only
thing it did was turn a maximized window into a tiled window but that is not
the normal expected behaviour of unmaximization.
.
I also reset window->tile_mode to ensure we always unmaximize correctly.
Some duplicate code was also removed.
.
This bug affects tiling with:
- tile-to-side-w
- tile-to-side-e
- Mouse dragging to the west corner
- Mouse dragging to the east corner
.
Therefore it's an old bug unrelated to the new keybindings.
Diffstat (limited to 'src/core/place.c')
0 files changed, 0 insertions, 0 deletions