mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 19:52:42 +02: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;
|
LogListView.Cursor:=ACursor;
|
||||||
SVNLogMsgMemo.Cursor:=ACursor;
|
SVNLogMsgMemo.Cursor:=ACursor;
|
||||||
SVNActionsListView.Cursor:=ACursor;
|
SVNActionsListView.Cursor:=ACursor;
|
||||||
|
Application.ProcessMessages;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSVNLogFrm.RefreshButtonClick(Sender: TObject);
|
procedure TSVNLogFrm.RefreshButtonClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
|
ChangeCursor(crHourGlass);
|
||||||
Execute(0);
|
Execute(0);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user