togglemax repects inc-hints (this way gvim can be toggle'maxed as well)

This commit is contained in:
Anselm R.Garbe 2006-08-10 16:35:36 +02:00
parent 0228dcd58f
commit 9d39da6452
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ togglemax(Arg *arg)
sel->h = sh - 2 - bh;
higher(sel);
resize(sel, False, TopLeft);
resize(sel, True, TopLeft);
sel->x = ox;
sel->y = oy;