add albums' editor screen (quite experimental for now)

This commit is contained in:
unK
2008-09-06 22:33:35 +02:00
parent 32430450d0
commit ecdf23f06a
9 changed files with 374 additions and 59 deletions

View File

@@ -653,7 +653,11 @@ void Menu<T>::Highlight(int which)
template <class T>
void Menu<T>::Reset()
{
NeedsRedraw.clear();
if (!Empty())
{
NeedsRedraw.push_back(0);
NeedsRedraw.push_back(itsHighlight);
}
itsHighlight = 0;
itsBeginning = 0;
}