http://bugs.winehq.org/show_bug.cgi?id=23591
--- Comment #10 from Jarek jarekczek@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.