You've already forked lazarus-ccr
tvplanit: Fix compilation with Laz 1.8.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6472 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3205,8 +3205,8 @@ end;
|
||||
procedure TVpCustomNavBar.ScaleFontsPPI(const AProportion: Double);
|
||||
begin
|
||||
inherited;
|
||||
DoScaleFontPPI(FItemFont.Font, AProportion);
|
||||
DoScaleFontPPI(FScaledItem.Font, AProportion);
|
||||
DoScaleFontPPI(FItemFont, AProportion);
|
||||
DoScaleFontPPI(FSelectedItemFont, AProportion);
|
||||
end;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
Reference in New Issue
Block a user