use streams instead of Window::WriteXY()
This commit is contained in:
@@ -157,8 +157,7 @@ void PlaylistEditor::Update()
|
||||
|
||||
if (Content->Empty())
|
||||
{
|
||||
Content->WriteXY(0, 0, 0, "Playlist is empty.");
|
||||
Content->Refresh();
|
||||
*Content << XY(0, 0) << "Playlist is empty." << wrefresh;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user