mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 12:01:27 +01:00 
			
		
		
		
	From Jesus: Set default window class style to CS_DBLCLKS.
git-svn-id: trunk@6135 -
This commit is contained in:
		
							parent
							
								
									17a62156d6
								
							
						
					
					
						commit
						9c50f566e7
					
				| @ -461,7 +461,7 @@ Begin | |||||||
|   Assert(False, 'Trace:WinRegister - Start'); |   Assert(False, 'Trace:WinRegister - Start'); | ||||||
|   With WindowClass Do |   With WindowClass Do | ||||||
|   Begin |   Begin | ||||||
|     Style := 0{CS_HRedraw or CS_VRedraw}; |     Style := CS_DBLCLKS{CS_HRedraw or CS_VRedraw}; | ||||||
|     LPFnWndProc := @WindowProc; |     LPFnWndProc := @WindowProc; | ||||||
|     CbClsExtra := 40; |     CbClsExtra := 40; | ||||||
|     CbWndExtra := 40; |     CbWndExtra := 40; | ||||||
| @ -1310,6 +1310,9 @@ End; | |||||||
| 
 | 
 | ||||||
| { | { | ||||||
|   $Log$ |   $Log$ | ||||||
|  |   Revision 1.290  2004/10/13 20:03:22  vincents | ||||||
|  |   From Jesus: Set default window class style to CS_DBLCLKS. | ||||||
|  | 
 | ||||||
|   Revision 1.289  2004/10/06 12:50:38  micha |   Revision 1.289  2004/10/06 12:50:38  micha | ||||||
|   remove obsolete code |   remove obsolete code | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 vincents
						vincents