fixes #4
This commit is contained in:
		
							parent
							
								
									f11e5efe80
								
							
						
					
					
						commit
						c446c860de
					
				@ -1369,7 +1369,7 @@ namespace detail
 | 
			
		||||
					{
 | 
			
		||||
						if((wParam == 9) && (false == (msgwnd->flags.tab & tab_type::eating))) //Tab
 | 
			
		||||
						{
 | 
			
		||||
							auto the_next = brock.wd_manager.tabstop(msgwnd, true);
 | 
			
		||||
							auto the_next = brock.wd_manager.tabstop(msgwnd, (::GetKeyState(VK_SHIFT) >= 0));
 | 
			
		||||
							if(the_next)
 | 
			
		||||
							{
 | 
			
		||||
								brock.wd_manager.set_focus(the_next, false);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user