synedit: disable DoubleBuffered

git-svn-id: trunk@57270 -
This commit is contained in:
ondrej 2018-02-07 17:04:01 +00:00
parent 0ec8cfcfac
commit aa62dd7c3e

View File

@ -2103,10 +2103,6 @@ begin
RecreateMarkList;
{$IFNDEF EnableDoubleBuf}
DoubleBuffered := True;
{$ENDIF}
fTextDrawer := TheTextDrawer.Create([fsBold], fFontDummy);
{$IFDEF WithSynExperimentalCharWidth}
FSysCharWidthLinesView.TextDrawer := fTextDrawer;