Skip to content

Commit

Permalink
fixup! Clear caption label when savestates are unfocused
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Sep 15, 2020
1 parent 1a7918e commit 3f065a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/games/dialogs/osd/DialogGameSaves.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class CDialogGameSaves : public CGUIDialogSelect
std::string GetSelectedItemPath();

private:
using CGUIControl::OnFocus;

/*!
* \brief Called every frame with the item being focused
*/
Expand Down

0 comments on commit 3f065a1

Please sign in to comment.