enable playlist highlighting after saving playlist
This commit is contained in:
@@ -583,7 +583,7 @@ int main(int argc, char *argv[])
|
|||||||
MessagesAllowed = 0;
|
MessagesAllowed = 0;
|
||||||
while (in != 'y' && in != 'n')
|
while (in != 'y' && in != 'n')
|
||||||
{
|
{
|
||||||
Mpd->UpdateStatus();
|
TraceMpdStatus();
|
||||||
wFooter->ReadKey(in);
|
wFooter->ReadKey(in);
|
||||||
}
|
}
|
||||||
MessagesAllowed = 1;
|
MessagesAllowed = 1;
|
||||||
@@ -599,6 +599,8 @@ int main(int argc, char *argv[])
|
|||||||
curs_set(0);
|
curs_set(0);
|
||||||
myPlaylistEditor->Playlists->Clear(0); // make playlist's list update itself
|
myPlaylistEditor->Playlists->Clear(0); // make playlist's list update itself
|
||||||
UnlockStatusbar();
|
UnlockStatusbar();
|
||||||
|
if (myScreen == myPlaylist)
|
||||||
|
myPlaylist->EnableHighlighting();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!Config.local_browser && myBrowser->CurrentDir() == "/" && !myBrowser->Main()->Empty())
|
if (!Config.local_browser && myBrowser->CurrentDir() == "/" && !myBrowser->Main()->Empty())
|
||||||
|
|||||||
Reference in New Issue
Block a user