You've already forked lazarus-ccr
richmemo: gtk2 corrected the new name for tab alignment
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4143 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1156,7 +1156,7 @@ begin
|
||||
for i:=0 to AStopList.Count-1 do begin
|
||||
pango_tab_array_get_tab(attr^.tabs, i, @al, @loc);
|
||||
AStopList.Tabs[i].Offset:=loc*f;
|
||||
AStopList.Tabs[i].Align:=taLeft;
|
||||
AStopList.Tabs[i].Align:=tabLeft;
|
||||
end;
|
||||
gtk_text_attributes_unref(attr);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user