mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core, ide: Fixed some warnings
This commit is contained in:
parent
db231a2d4a
commit
3b08038375
3 changed files with 1 additions and 5 deletions
|
|
@ -376,7 +376,6 @@ void TextCompareCtrl::Paint(Draw& draw)
|
|||
int x = 0;
|
||||
int ii = 0;
|
||||
while(ii < hln.GetCount() - 1) {
|
||||
Font fnt = font;
|
||||
LineEdit::Highlight& h = hln[ii];
|
||||
int l = 1;
|
||||
while(ii + l < hln.GetCount() - 1 && hln[ii + l].paper == h.paper)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue