.theide: minor fix

git-svn-id: svn://ultimatepp.org/upp/trunk@2308 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-04-06 12:39:10 +00:00
parent f6860e65be
commit 2582e97c00

View file

@ -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)