On Wed, Sep 19, 2018 at 01:52:37PM +0300, Gabriel Ivăncescu wrote:
On Wed, Sep 19, 2018 at 10:46 AM, Huw Davies huw@codeweavers.com wrote:
Shouldn't this be if (num == 0) ? That would at least match the comment.
Huw.
Yeah, you are right. I copied the relevant logic from InsertItem, but num == 0 definitely makes more sense.
I'm also concerned that we won't get WM_MEASUREITEMs in the LBS_OWNERDRAWVARIABLE case.
Huw.