mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 06:12:47 -06:00
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:
parent
948e1554f7
commit
3938bde101
11 changed files with 9 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue