fix bug in refreshing menus and adding songs from library screen

This commit is contained in:
unK
2008-09-05 03:06:01 +02:00
parent b896f31c50
commit 9c3bd9dfb7
2 changed files with 12 additions and 16 deletions

View File

@@ -1192,7 +1192,13 @@ int main(int argc, char *argv[])
}
FreeSongList(list);
if (Keypressed(input, Key.Space))
{
wCurrent->Go(wDown);
if (wCurrent == mLibArtists)
mLibAlbums->Clear(0);
else if (wCurrent == mLibAlbums)
mLibSongs->Clear(0);
}
break;
}
case csPlaylistEditor: