mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-19 14:22:42 -06:00
developing navigator
This commit is contained in:
parent
8675efb4d2
commit
116a01ebb8
9 changed files with 58 additions and 40 deletions
|
|
@ -67,8 +67,6 @@ void DrawFileName(Draw& w, const Rect& r, const String& h, Color ink)
|
|||
|
||||
int PaintFileName(Draw& w, const Rect& r, String h, Color ink)
|
||||
{
|
||||
if(*h == '\xff')
|
||||
h.Remove(0, 1);
|
||||
return DrawFileName0(w, r, h, ink, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue