Re: Menu with multi columns fix take 2
On Tue, 10 May 2005 14:55:22 +0200, you wrote: > Rein Klazes wrote: > > +case WM_MEASUREITEM: > > How about an ok( ((MEASUREITEMSTRUCT*)lparam)->itemHeight > 0, ... ) > here? :) Of course. I just did not want to add a complaining test case. Please commit a patch (perhaps a bit stricter th
Re: Menu with multi columns fix take 2
Rein Klazes wrote: +case WM_MEASUREITEM: How about an ok( ((MEASUREITEMSTRUCT*)lparam)->itemHeight > 0, ... ) here? :) -flx