reverting the change to the size of the soft key menu bar as it causes visable problems on some PPC devices. wince only

This commit is contained in:
dougt%meer.net 2006-04-25 18:34:31 +00:00
parent 5cce706ae4
commit d9c2f5527a

View File

@ -294,7 +294,7 @@ void CreateSoftKeyMenuBar(HWND wnd)
if (!SHCreateMenuBar(&mbi))
return;
SetWindowPos(mbi.hwndMB, HWND_BOTTOM, 0, 0, 1, 1, SWP_NOACTIVATE);
SetWindowPos(mbi.hwndMB, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOACTIVATE);
SendMessage(mbi.hwndMB, SHCMBM_OVERRIDEKEY, VK_TBACK,
MAKELPARAM(SHMBOF_NODEFAULT | SHMBOF_NOTIFY,