fix non refreshing columns (selection in medialib)
This commit is contained in:
@@ -329,9 +329,15 @@ void MediaLibrary::SpacePressed()
|
|||||||
if (Config.space_selects)
|
if (Config.space_selects)
|
||||||
{
|
{
|
||||||
if (w == Artists)
|
if (w == Artists)
|
||||||
|
{
|
||||||
Artists->Select(Artists->Choice(), !Artists->isSelected());
|
Artists->Select(Artists->Choice(), !Artists->isSelected());
|
||||||
|
Albums->Clear();
|
||||||
|
}
|
||||||
else if (w == Albums)
|
else if (w == Albums)
|
||||||
|
{
|
||||||
Albums->Select(Albums->Choice(), !Albums->isSelected());
|
Albums->Select(Albums->Choice(), !Albums->isSelected());
|
||||||
|
Songs->Clear();
|
||||||
|
}
|
||||||
else if (w == Songs)
|
else if (w == Songs)
|
||||||
Songs->Select(Songs->Choice(), !Songs->isSelected());
|
Songs->Select(Songs->Choice(), !Songs->isSelected());
|
||||||
w->Scroll(wDown);
|
w->Scroll(wDown);
|
||||||
|
|||||||
Reference in New Issue
Block a user