Attempt to fix Encounter Time not showing for some users

This commit is contained in:
Tercio Jose
2022-08-31 11:36:15 -03:00
parent 7f5cee7ee9
commit d6420d1902
5 changed files with 83 additions and 64 deletions
+1 -1
View File
@@ -1271,7 +1271,7 @@ function DF:CreateNewDropdownFrame(parent, name)
scroll:SetScrollChild(child)
tinsert(UISpecialFrames, f.dropdownborder:GetName())
tinsert(UISpecialFrames, f.dropdownframe:GetName())
--tinsert(UISpecialFrames, f.dropdownframe:GetName()) --not adding this solves an issue with ConsolePort addon and stackoverflows on Hide...
return f
end