mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user