mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-03 22:56:40 +00:00
Fix selecting saves with mouse controller
This commit is contained in:
parent
8f415ceab6
commit
c4a87cfe4d
1 changed files with 6 additions and 0 deletions
|
|
@ -362,6 +362,12 @@ namespace MWGui
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
onSlotSelected(mSaveList, MyGUI::ITEM_NONE);
|
onSlotSelected(mSaveList, MyGUI::ITEM_NONE);
|
||||||
|
|
||||||
|
if (Settings::gui().mControllerMenus)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < mSaveList->getItemCount(); i++)
|
||||||
|
trackFocusEvents(mSaveList->getWidgetByIndex(i));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string formatTimeplayed(const double timeInSeconds)
|
std::string formatTimeplayed(const double timeInSeconds)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue