On 17-May-2002 Mr.X wrote: > I'm almost certain this is a Blackbox not a GVim issue, but I thought > before I submitted it as a bug I'd see if a few others can duplicate it. > The problem occurs when maximizing GVim, instead of maximizing to the > size of the screen, or the screen minus the slit and toolbar, it goes > much bigger. I thought it was a GVim issue, but I tested it in a couple > of other WM's (Fluxbox, E) and it didn't happen. Also it just started > happening recently so I'd guess it popped up in alpha 3 or 4 somewhere. > It might happen with other apps as well, but I haven't found any.
this seems to be a bug caused by the app setting resize increments. Rather than stop one increment short blackbox goes one increment too far. Any term window will show similar behaviour. gvim sets the increments to 9 by 15. This means that when you resize horizontally you resize in 9 pixel increments. If the area allowed is say (9 * N) + 3 instead of resizing to (9 * N) it resizes to (9 * (N+1)) or so it seems at first glance. Yes, do report this on the sf.net tracker.
