Fix libvte bug when resizing them
Signed-off-by: Raphael Khaiat <raphael@khaiat.org>
This commit is contained in:
parent
1460229397
commit
a1ad5685f9
@ -878,7 +878,7 @@ client_maximize(Client *c)
|
||||
c->geo.width = sgeo[c->screen].width - BORDH * 2;
|
||||
c->geo.height = sgeo[c->screen].height - BORDH;
|
||||
|
||||
client_moveresize(c, c->geo, False);
|
||||
client_moveresize(c, c->geo, True);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user