mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 09:19:39 +01:00 
			
		
		
		
	* fixed typo
git-svn-id: trunk@12822 -
This commit is contained in:
		
							parent
							
								
									ca28c013af
								
							
						
					
					
						commit
						ddad9f320d
					
				@ -270,7 +270,7 @@ begin
 | 
				
			|||||||
  lastShiftState:=0;
 | 
					  lastShiftState:=0;
 | 
				
			||||||
  oldmousex:=-1;
 | 
					  oldmousex:=-1;
 | 
				
			||||||
  oldmousey:=-1;
 | 
					  oldmousey:=-1;
 | 
				
			||||||
  oldbutton:=0;
 | 
					  oldbuttons:=0;
 | 
				
			||||||
{*
 | 
					{*
 | 
				
			||||||
   KeyBoardLayout:=GetKeyboardLayout(0);
 | 
					   KeyBoardLayout:=GetKeyboardLayout(0);
 | 
				
			||||||
   lastShiftState := 0;
 | 
					   lastShiftState := 0;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user