Commit 4f7ad78b authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Create a tooltip on demand in the Listview.

parent 73c23f49
......@@ -8952,6 +8952,8 @@ LISTVIEW_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
/* case LVM_GETTILEVIEWINFO: */
case LVM_GETTOOLTIPS:
if( !infoPtr->hwndToolTip )
infoPtr->hwndToolTip = COMCTL32_CreateToolTip( hwnd );
return (LRESULT)infoPtr->hwndToolTip;
case LVM_GETTOPINDEX:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment