developing navigator

This commit is contained in:
Mirek Fidler 2022-07-22 01:15:29 +02:00
parent 8675efb4d2
commit 116a01ebb8
9 changed files with 58 additions and 40 deletions

View file

@ -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);
}