You've already forked lazarus-ccr
Release 0.1.5: Most Orph controls now work with latest Carbon widgetset.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@201 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -209,7 +209,11 @@ begin
|
||||
FShadowColor := clBtnShadow;
|
||||
FShadowedText := False;
|
||||
|
||||
{$IFDEF MSWINDOWS}
|
||||
Font.Name := 'Arial';
|
||||
{$ELSE}
|
||||
Font.Name := 'default';
|
||||
{$ENDIF}
|
||||
Height := 20;
|
||||
Width := 130;
|
||||
|
||||
@@ -490,7 +494,9 @@ begin
|
||||
GetTextMetrics(Canvas.Handle, TM);
|
||||
if (TM.tmPitchAndFamily and TMPF_TRUETYPE) = 0 then
|
||||
{force true-type font}
|
||||
{$IFDEF MSWINDOWS}
|
||||
Font.Name := 'Arial';
|
||||
{$ENDIF}
|
||||
end;
|
||||
end;
|
||||
if Value < 0 then Neg := -1 else Neg := 1;
|
||||
|
||||
Reference in New Issue
Block a user