mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[RSHELL]
- Actually give focus to the start menu when CMenuDeskBar::Popup is called - Fixes opening and navigating the start menu with the keyboard svn path=/branches/shell-experiments/; revision=65071
This commit is contained in:
parent
6f9dab8a15
commit
6dfa5325d0
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ HRESULT STDMETHODCALLTYPE CMenuDeskBar::Popup(POINTL *ppt, RECTL *prcExclude, MP
|
|||
y = rcWorkArea.bottom - cy;
|
||||
}
|
||||
|
||||
this->SetWindowPos(HWND_TOPMOST, x, y, cx, cy, SWP_SHOWWINDOW | SWP_NOACTIVATE);
|
||||
this->SetWindowPos(HWND_TOPMOST, x, y, cx, cy, SWP_SHOWWINDOW);
|
||||
|
||||
m_ShowFlags = dwFlags;
|
||||
m_Shown = true;
|
||||
|
|
Loading…
Reference in a new issue