Skip to content

Commit

Permalink
Smoother background transition when changing section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwiboo authored and tru committed Apr 16, 2015
1 parent aa0cc4c commit 07c2157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xbmc/guilib/GUIMultiImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ bool CGUIMultiImage::OnMessage(CGUIMessage &message)
m_plexLabels[list->Get(i)->GetPath()] = list->Get(i)->GetLabel();
}

m_directoryStatus = UNLOADED;
AllocResources();
LoadDirectory();

return true;
}
Expand Down

0 comments on commit 07c2157

Please sign in to comment.