CtrlCore: FixedDropFiles in Linux (added UrlDecode/UrlEncode)

git-svn-id: svn://ultimatepp.org/upp/trunk@7991 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-12-23 09:42:28 +00:00
parent 948e1554f7
commit 3938bde101
11 changed files with 9 additions and 17 deletions

View file

@ -213,7 +213,6 @@ void TextCompareCtrl::Paint(Draw& draw)
draw.DrawRect(gx + gutter_width - 2, ty, 2, by - ty, Black);
}
Font ifont = Font(font).Italic();
for(int i = first_line; i <= last_line; i++) {
const Line& l = lines[i];
int y = i * letter.cy - offset.cy;