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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user