from retail
This commit is contained in:
@@ -1386,8 +1386,10 @@ function OptionsPrivate.CreateFrame()
|
||||
|
||||
for _, id in ipairs(batchSelection) do
|
||||
if not alreadySelected[id] then
|
||||
displayButtons[id]:Pick()
|
||||
tinsert(tempGroup.controlledChildren, id)
|
||||
if displayButtons[id].frame:IsVisible() then
|
||||
displayButtons[id]:Pick()
|
||||
tinsert(tempGroup.controlledChildren, id)
|
||||
end
|
||||
end
|
||||
end
|
||||
frame:ClearOptions(tempGroup.id)
|
||||
|
||||
Reference in New Issue
Block a user