mirror of
https://github.com/0intro/wmii
synced 2025-01-25 03:22:09 +03:00
fixed issue on column mode change reported by Sander
This commit is contained in:
parent
c8a5beaf86
commit
7509382a8c
@ -1499,6 +1499,7 @@ xwrite(IXPConn *c, Fcall *fcall)
|
||||
if(dir_type == FsDarea) {
|
||||
view.data[i1]->area.data[i2]->mode = i;
|
||||
arrange_column(view.data[i1]->area.data[i2], True);
|
||||
restack_view(view.data[i1]);
|
||||
draw_clients();
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user