You've already forked lazarus-ccr
cocoa: finally fixing cocoa compilation issue
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6305 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -530,7 +530,7 @@ begin
|
||||
NSRightTabStopType: AStopList.Tabs[i].Align:= tabRight;
|
||||
NSDecimalTabStopType: AStopList.Tabs[i].Align:= tabDecimal;
|
||||
else
|
||||
AStopList.Tabs[i].Align:=taLeft;
|
||||
AStopList.Tabs[i].Align:=tabLeft;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user