status: split NcmpcppStatusChanged into smaller pieces
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "statusbar.h"
|
||||
#include "tag_editor.h"
|
||||
#include "utility/comparators.h"
|
||||
#include "title.h"
|
||||
|
||||
using namespace std::placeholders;
|
||||
|
||||
@@ -134,7 +135,7 @@ void PlaylistEditor::SwitchTo()
|
||||
if (myScreen != this && myScreen->isTabbable())
|
||||
Global::myPrevScreen = myScreen;
|
||||
myScreen = this;
|
||||
DrawHeader();
|
||||
drawHeader();
|
||||
markSongsInPlaylist(contentProxyList());
|
||||
Refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user