aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSongJumpto.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-06-03 19:00:14 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-06-03 19:00:14 +0000
commit514ece97aaeb8eaa8bf56e224826bc5e6169ce8b (patch)
treeb1c51a4b5d64938163b443da633d38d716a20eac /Game/Code/Screens/UScreenSongJumpto.pas
parent842794d7b93443626089c00083118b532105c5ac (diff)
downloadusdx-514ece97aaeb8eaa8bf56e224826bc5e6169ce8b.tar.gz
usdx-514ece97aaeb8eaa8bf56e224826bc5e6169ce8b.tar.xz
usdx-514ece97aaeb8eaa8bf56e224826bc5e6169ce8b.zip
Some Code Cleanup in UScreenSong
Add Procedure DeletePlaylist to TPlaylistManager Add automatic Playlist Deleting if last Song is deleted Fixed some Cover displaying Bugs when JumptoMenu is left git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@242 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenSongJumpto.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenSongJumpto.pas b/Game/Code/Screens/UScreenSongJumpto.pas
index 2ea94cdc..560868a5 100644
--- a/Game/Code/Screens/UScreenSongJumpto.pas
+++ b/Game/Code/Screens/UScreenSongJumpto.pas
@@ -97,6 +97,7 @@ begin
Music.PlayBack;
if (VisSongs = 0) AND (Length(Button[0].Text[0].Text) > 0) then
begin
+ ScreenSong.UnLoadDetailedCover;
Button[0].Text[0].Text := '';
CatSongs.SetFilter('', 0);
SetTextFound(0);