1
0
Fork 0
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:
Andrew Lanzone 2025-05-11 22:59:11 -07:00
parent 8f415ceab6
commit c4a87cfe4d

View file

@ -362,6 +362,12 @@ namespace MWGui
}
else
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)