diff --git a/components/spktoolbar/SpkToolbar/SpkToolbar.pas b/components/spktoolbar/SpkToolbar/SpkToolbar.pas index fdeb8ec30..690b91548 100644 --- a/components/spktoolbar/SpkToolbar/SpkToolbar.pas +++ b/components/spktoolbar/SpkToolbar/SpkToolbar.pas @@ -516,7 +516,7 @@ begin Color := clSkyBlue; FDelayRunTimer := TTimer.Create(nil); - FDelayRunTimer.Interval := 128; + FDelayRunTimer.Interval := 36; FDelayRunTimer.Enabled := False; FDelayRunTimer.OnTimer := DelayRunTimer; end;