From 71a8a5ad37205e2f777a44452e244b9215d42386 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 27 Jun 2012 10:42:37 +1000 Subject: Using the correct side margin for previous commit. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 20209ed98..07f7beb39 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3525,7 +3525,7 @@ void Editor::Paint(Surface *surfaceWindow, PRectangle rcArea) { // Allow text at start of line to overlap 1 pixel into the margin as this displays // serifs and italic stems for aliased text. - const int leftTextOverlap = ((xOffset == 0) && (vs.rightMarginWidth > 0)) ? 1 : 0; + const int leftTextOverlap = ((xOffset == 0) && (vs.leftMarginWidth > 0)) ? 1 : 0; // Remove selection margin from drawing area so text will not be drawn // on it in unbuffered mode. -- cgit v1.2.3