From 84e280545f7592fbc5284fc03b0c18c9c0078c01 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 22 May 2007 20:48:39 +0000 Subject: [PATCH] rtticontrols: TTiTrackBar the frequency is no longer set, so can be setup git-svn-id: trunk@11177 - --- components/rtticontrols/rttictrls.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/components/rtticontrols/rttictrls.pas b/components/rtticontrols/rttictrls.pas index aeb8c33ee8..8cbdbda299 100644 --- a/components/rtticontrols/rttictrls.pas +++ b/components/rtticontrols/rttictrls.pas @@ -3251,7 +3251,6 @@ begin TypeData:=GetTypeData(FLink.Editor.GetPropType); Min:=TypeData^.MinValue; Max:=TypeData^.MaxValue; - Frequency:=1; end; else