You've already forked lazarus-ccr
jvcllaz: Complete high-dpi support for TJvTMTimeline.IconDayDistance.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6625 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1067,7 +1067,9 @@ begin
|
|||||||
if FDayWidthStored then
|
if FDayWidthStored then
|
||||||
FDayWidth := Round(FDayWidth * AXProportion);
|
FDayWidth := Round(FDayWidth * AXProportion);
|
||||||
if FButtonWidthStored then
|
if FButtonWidthStored then
|
||||||
FButtonWidth := Round(FButtonWidth * aXProportion);
|
FButtonWidth := Round(FButtonWidth * AXProportion);
|
||||||
|
if FIconDayDistStored then
|
||||||
|
FIconDayDist := Round(FIconDayDist * AYProportion);
|
||||||
Invalidate;
|
Invalidate;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user