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:
skalogryz
2018-04-14 20:10:21 +00:00
parent e2a004c0e1
commit 7f3cb8ed40

View File

@ -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;