[Bug 23591] EditPadPro: Access violation when using function navigator with mouse double-click

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 16 10:51:13 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=23591

--- Comment #10 from Jarek <jarekczek at poczta.onet.pl> 2011-05-16 10:51:12 CDT ---
Nikolay, nice to hear you fixed that. I would give it a try, but can't apply
your patch to morning's git. Where you have:

-     if (item->state & TVIS_EXPANDED)
-        return TRUE;

I have:

    if (wineItem->state & TVIS_EXPANDED)
       return TRUE;

(treeview.c, TREEVIEW_Expand, line 3334)

I still use this app under wine, almost every day, so I could test it.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list