mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-26 06:12:34 -06:00
.theide: minor fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2308 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f6860e65be
commit
2582e97c00
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue