mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
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:
parent
5cce706ae4
commit
d9c2f5527a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user