You've already forked lazarus-ccr
jvcllaz: Lowercase file names in JVCustomControls packages. Fix overridden virtual setter bug introduced in prev commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6614 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2918,7 +2918,7 @@ end;
|
||||
}
|
||||
procedure TJvCustomTimeLine.SetHint(const Value: TTranslateString);
|
||||
begin
|
||||
inherited Hint := Value;
|
||||
inherited;
|
||||
FOldHint := Value;
|
||||
end;
|
||||
|
@ -901,7 +901,7 @@ end;
|
||||
|
||||
procedure TJvCustomTMTimeline.SetBorderStyle(Value: TBorderStyle);
|
||||
begin
|
||||
inherited BorderStyle := Value;
|
||||
inherited;
|
||||
if BorderStyle <> Value then
|
||||
begin
|
||||
FLeftBtn.Flat := (BorderStyle = bsNone);
|
Reference in New Issue
Block a user