mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
ide: Fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@7640 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c637a566d8
commit
d6be115165
3 changed files with 3 additions and 3 deletions
|
|
@ -235,7 +235,7 @@ void TextCompareCtrl::Paint(Draw& draw)
|
|||
paper = SColorHighlight;
|
||||
}
|
||||
draw.DrawRect(0, y, sz.cx, letter.cy, paper);
|
||||
WString ln = l.text;
|
||||
WString ln = l.text.ToWString();
|
||||
if(ln.GetCount() > 20000)
|
||||
ln.Trim(20000);
|
||||
ln = ExpandTabs(ln);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue