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:
wp_xxyyzz
2018-08-26 15:17:16 +00:00
parent 5c0231a2e1
commit dbe8be2238
16 changed files with 16 additions and 16 deletions

View File

@ -2918,7 +2918,7 @@ end;
}
procedure TJvCustomTimeLine.SetHint(const Value: TTranslateString);
begin
inherited Hint := Value;
inherited;
FOldHint := Value;
end;

View File

@ -901,7 +901,7 @@ end;
procedure TJvCustomTMTimeline.SetBorderStyle(Value: TBorderStyle);
begin
inherited BorderStyle := Value;
inherited;
if BorderStyle <> Value then
begin
FLeftBtn.Flat := (BorderStyle = bsNone);