(svn r1984) -Fix: [1155762] Don't try to open the non-existent menu, when F10 is pressed
This commit is contained in:
		
							
								
								
									
										2
									
								
								win32.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								win32.c
									
									
									
									
									
								
							@@ -332,7 +332,7 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
 | 
				
			|||||||
			return 0; // do nothing
 | 
								return 0; // do nothing
 | 
				
			||||||
		default: /* ALT in combination with something else */
 | 
							default: /* ALT in combination with something else */
 | 
				
			||||||
			_pressed_key = MapWindowsKey(wParam) << 16;
 | 
								_pressed_key = MapWindowsKey(wParam) << 16;
 | 
				
			||||||
			break;
 | 
								return 0;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case WM_NCMOUSEMOVE:
 | 
						case WM_NCMOUSEMOVE:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user