Win32 - ix bug in context menu positioning

This commit is contained in:
adelikat 2008-12-09 14:18:04 +00:00
parent 8640e4e970
commit aafb4cac59
1 changed files with 1 additions and 3 deletions

View File

@ -308,8 +308,6 @@ void UpdateCheckedMenuItems()
static int polo2[]={ MENU_GAME_GENIE, MENU_PAL, MENU_SHOW_STATUS_ICON }; static int polo2[]={ MENU_GAME_GENIE, MENU_PAL, MENU_SHOW_STATUS_ICON };
int x; int x;
// Check or uncheck the necessary menu items // Check or uncheck the necessary menu items
for(x = 0; x < sizeof(polo) / sizeof(*polo); x++) for(x = 0; x < sizeof(polo) / sizeof(*polo); x++)
{ {
@ -746,7 +744,7 @@ LRESULT FAR PASCAL AppWndProc(HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam)
else else
hfceuxcontextsub = GetSubMenu(hfceuxcontext,2); hfceuxcontextsub = GetSubMenu(hfceuxcontext,2);
TrackPopupMenu(hfceuxcontextsub,0,mousex,mousey,TPM_RIGHTBUTTON,hWnd,0); TrackPopupMenu(hfceuxcontextsub,0,(MainWindow_wndx+mousex),(MainWindow_wndy+mousey),TPM_RIGHTBUTTON,hWnd,0);
} }
case WM_MOVE: case WM_MOVE: