mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[SHELL32] Remove some trailing spaces; use explicitly global namespace for some functions.
This commit is contained in:
parent
d967b5aa25
commit
be19fda765
2 changed files with 8 additions and 8 deletions
|
@ -950,7 +950,7 @@ HRESULT CMenuToolbarBase::KeyboardItemChange(DWORD dwSelectType)
|
|||
{
|
||||
HWND tlw;
|
||||
m_menuBand->_GetTopLevelWindow(&tlw);
|
||||
SendMessageW(tlw, WM_CANCELMODE, 0, 0);
|
||||
::SendMessageW(tlw, WM_CANCELMODE, 0, 0);
|
||||
PostMessageW(WM_USER_CHANGETRACKEDITEM, index, MAKELPARAM(m_isTrackingPopup, FALSE));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue