mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 12:29:27 +01:00 
			
		
		
		
	change cursor to crHourGlass when refreshing the log
added Application.ProcessMessages to ChangeCursor method git-svn-id: trunk@17241 -
This commit is contained in:
		
							parent
							
								
									fdbdc5410b
								
							
						
					
					
						commit
						40dda47ac5
					
				@ -250,10 +250,12 @@ begin
 | 
			
		||||
  LogListView.Cursor:=ACursor;
 | 
			
		||||
  SVNLogMsgMemo.Cursor:=ACursor;
 | 
			
		||||
  SVNActionsListView.Cursor:=ACursor;
 | 
			
		||||
  Application.ProcessMessages;
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
procedure TSVNLogFrm.RefreshButtonClick(Sender: TObject);
 | 
			
		||||
begin
 | 
			
		||||
  ChangeCursor(crHourGlass);
 | 
			
		||||
  Execute(0);
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user