sebkirche / treelist

A combined win32 ListView/TreeView wrapped for PowerBuilder forked from Anton Zechner's TreeList
GNU General Public License v3.0
15 stars 13 forks source link

fixes #3 click over a tooltip issue by hidding the tooltip from mouse events. #4

Open xlat opened 8 years ago

xlat commented 8 years ago

I've just patched how the tool tip window is created by adding the extended window style WS_EX_TRANSPARENT, so the tool tip did not receive focus or mouve events anymore.

I've increased DLL version number.