Options fix and Cyclical pet ownership fix

This commit is contained in:
Flamanis
2023-07-26 10:39:43 -05:00
parent 90ab6ac83c
commit b6200c6086
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -326,6 +326,9 @@ function Details222.OptionsPanel.InitializeOptionsWindow(instance)
end
optionsFrame.sectionFramesContainer[sectionId]:Show()
if(optionsFrame.sectionFramesContainer[sectionId].RefreshOptions) then
optionsFrame.sectionFramesContainer[sectionId]:RefreshOptions()
end
--hightlight the option button
optionsFrame.sectionFramesContainer[sectionId].sectionButton:SetTemplate(options_button_template_selected)
optionsFrame.sectionFramesContainer[sectionId].sectionButton:SetIcon({1, 1, 0}, 4, section_menu_button_height -4, "overlay")