Redraw faster.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2785 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
yangjixian
2013-09-07 03:10:45 +00:00
parent 57a4cf2cf5
commit 57007e1c82

View File

@ -516,7 +516,7 @@ begin
Color := clSkyBlue;
FDelayRunTimer := TTimer.Create(nil);
FDelayRunTimer.Interval := 128;
FDelayRunTimer.Interval := 36;
FDelayRunTimer.Enabled := False;
FDelayRunTimer.OnTimer := DelayRunTimer;
end;