You've already forked lazarus-ccr
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:
@ -516,7 +516,7 @@ begin
|
||||
Color := clSkyBlue;
|
||||
|
||||
FDelayRunTimer := TTimer.Create(nil);
|
||||
FDelayRunTimer.Interval := 128;
|
||||
FDelayRunTimer.Interval := 36;
|
||||
FDelayRunTimer.Enabled := False;
|
||||
FDelayRunTimer.OnTimer := DelayRunTimer;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user