UPD: [Differ] Set default PaintStyle

This commit is contained in:
Alexander Koblov 2010-05-02 09:09:12 +00:00
commit 265ce8dcf4

View file

@ -190,6 +190,7 @@ begin
with TSynDiffGutterChanges.Create(Gutter.Parts) do
Name:= 'SynDiffGutterChanges';
end;
FPaintStyle:= psBackground;
OnSpecialLineMarkup:= @SpecialLineMarkupEvent;
end;