Skip to content

Commit

Permalink
Disabled bufferedDraw for smooth fonts on Retina and high DPI displays (
Browse files Browse the repository at this point in the history
  • Loading branch information
nickberry17 authored and justinclift committed Apr 26, 2016
1 parent 1192f45 commit f0d6925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/qscintilla/src/EditView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ EditView::EditView() {
ldTabstops = NULL;
hideSelection = false;
drawOverstrikeCaret = true;
bufferedDraw = true;
bufferedDraw = false;
phasesDraw = phasesTwo;
lineWidthMaxSeen = 0;
additionalCaretsBlink = true;
Expand Down

0 comments on commit f0d6925

Please sign in to comment.