From 2582e97c00884792aa9bdc3132dca5f26d2100cb Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 6 Apr 2010 12:39:10 +0000 Subject: [PATCH] .theide: minor fix git-svn-id: svn://ultimatepp.org/upp/trunk@2308 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/TextDiffCtrl/TextCtrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/TextDiffCtrl/TextCtrl.cpp b/uppsrc/TextDiffCtrl/TextCtrl.cpp index 3726792d8..692ab4f96 100644 --- a/uppsrc/TextDiffCtrl/TextCtrl.cpp +++ b/uppsrc/TextDiffCtrl/TextCtrl.cpp @@ -163,6 +163,7 @@ void TextCompareCtrl::Paint(Draw& draw) int lcy = lcnt * letter.cy - offset.cy; draw.DrawRect(0, lcy, sz.cx, sz.cy - lcy, SGray()); draw.End(); + draw.DrawRect(0, lcy, number_width, sz.cy - lcy, number_bg); } void TextCompareCtrl::TabSize(int t)