Smoother switching to Browser with Mopidy

This commit is contained in:
Andrzej Rybczak
2020-12-20 17:36:14 +01:00
parent 93ac620065
commit 21c3ad4fc5

View File

@@ -165,6 +165,7 @@ void Browser::resize()
void Browser::switchTo()
{
SwitchTo::execute(this);
update();
drawHeader();
}