Eolite/KFM2 RC6: show breadcrumbs on path dropdown

git-svn-id: svn://kolibrios.org@8956 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-06-28 17:00:57 +00:00
parent 035673385a
commit d311715575
4 changed files with 83 additions and 100 deletions

View File

@@ -7,7 +7,6 @@ struct _SystemDiscs
void Draw();
void DrawSelect();
void DrawOptions();
void Click();
} SystemDiscs=0;
void _SystemDiscs::Get()
@@ -149,10 +148,4 @@ void _SystemDiscs::DrawOptions(int draw_x)
}
}
void _SystemDiscs::Click(int n)
{
strcpy(path, list.get(n));
files.KeyHome();
Open_Dir(path,WITH_REDRAW);
}