mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:32:57 +00:00
Register the correct windows, fixes the problem that explorer_new's desktop was hiding the taskbar.
svn path=/trunk/; revision=38675
This commit is contained in:
parent
13c77c4fcf
commit
387249a2a2
1 changed files with 2 additions and 2 deletions
|
@ -281,8 +281,8 @@ SHDESK_CreateDeskWnd(SHDESK *This)
|
||||||
if (SUCCEEDED (IShellDesktop_GetTrayWindow(This->ShellDesk,
|
if (SUCCEEDED (IShellDesktop_GetTrayWindow(This->ShellDesk,
|
||||||
&hwndTray)))
|
&hwndTray)))
|
||||||
{
|
{
|
||||||
SetShellWindowEx (hwndTray,
|
SetShellWindowEx (This->hWnd,
|
||||||
This->hWnd);
|
hwndTray); // FIXME: Shouldn't this be the desktop listview?
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue