From 9327df59c7f4c150ed3e1738b84c9b507c53b035 Mon Sep 17 00:00:00 2001 From: yangjixian Date: Sat, 7 Sep 2013 03:22:00 +0000 Subject: [PATCH] Close the TTimer after redraw. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2786 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/spktoolbar/SpkToolbar/SpkToolbar.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/spktoolbar/SpkToolbar/SpkToolbar.pas b/components/spktoolbar/SpkToolbar/SpkToolbar.pas index 690b91548..cc4141e8b 100644 --- a/components/spktoolbar/SpkToolbar/SpkToolbar.pas +++ b/components/spktoolbar/SpkToolbar/SpkToolbar.pas @@ -526,6 +526,7 @@ begin SetMetricsInvalid; SetBufferInvalid; invalidate; + FDelayRunTimer.Enabled := False; end; procedure TSpkToolbar.DefineProperties(Filer: TFiler);