Merge branch 'hotfixes-1.0.1' of https://github.com/qPCR4vir/nana into qPCR4vir-hotfixes-1.0.1
This commit is contained in:
		
						commit
						9e6cc23b0b
					
				@ -1103,7 +1103,7 @@ namespace detail
 | 
				
			|||||||
			case WM_MOUSEHWHEEL:
 | 
								case WM_MOUSEHWHEEL:
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					//The focus window receives the message in Windows system, it should be redirected to the hovered window
 | 
										//The focus window receives the message in Windows system, it should be redirected to the hovered window
 | 
				
			||||||
					::POINT scr_pos{ int(LOWORD(lParam)), int(HIWORD(lParam)) };	//Screen position
 | 
					                    ::POINT scr_pos{ pmdec.mouse.x, pmdec.mouse.y};  //Screen position
 | 
				
			||||||
					auto pointer_wd = ::WindowFromPoint(scr_pos);
 | 
										auto pointer_wd = ::WindowFromPoint(scr_pos);
 | 
				
			||||||
					if (pointer_wd == root_window)
 | 
										if (pointer_wd == root_window)
 | 
				
			||||||
					{
 | 
										{
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user