diff options
Diffstat (limited to 'games/openmw/files/patch-components_widgets_list.cpp')
-rw-r--r-- | games/openmw/files/patch-components_widgets_list.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/openmw/files/patch-components_widgets_list.cpp b/games/openmw/files/patch-components_widgets_list.cpp new file mode 100644 index 000000000000..a39f2a13dc5b --- /dev/null +++ b/games/openmw/files/patch-components_widgets_list.cpp @@ -0,0 +1,11 @@ +--- components/widgets/list.cpp.orig 2023-08-08 09:23:20 UTC ++++ components/widgets/list.cpp +@@ -105,7 +105,7 @@ namespace Gui + mScrollView->setViewOffset(MyGUI::IntPoint(0, -viewPosition)); + } + +- void MWList::setPropertyOverride(const std::string &_key, const std::string &_value) ++ void MWList::setPropertyOverride(std::string_view _key, std::string_view _value) + { + if (_key == "ListItemSkin") + mListItemSkin = _value; |