[SHIMGVW]

Fix tooltips for image viewer at least on Windows. Patch by Richardo Hanke.
CORE-7740 #resolve

svn path=/trunk/; revision=65607
This commit is contained in:
Ziliang Guo
2014-12-11 18:11:08 +00:00
parent 16c3dc3016
commit f758aece6f
+1
View File
@@ -451,6 +451,7 @@ ImageView_WndProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam)
lpttt = (LPTOOLTIPTEXT)lParam;
idButton = (UINT)lpttt->hdr.idFrom;
lpttt->hinst = hInstance;
switch (idButton)
{