Rein Klazes wrote:
- case WM_MEASUREITEM:
How about an ok( ((MEASUREITEMSTRUCT*)lparam)->itemHeight > 0, ... ) here? :)
-flx
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 then "> 0")
Rein.