Small bug fixes and improvements

This commit is contained in:
Tercio Jose
2022-10-10 13:26:13 -03:00
parent b588d5e30c
commit 1ed29008aa
119 changed files with 6556 additions and 6650 deletions
+4 -4
View File
@@ -598,7 +598,7 @@ local createDropdown = function(thisFrame)
window.fechar:SetHeight(20)
window.fechar:SetPoint("TOPRIGHT", window, "TOPRIGHT", 0, -3)
window.fechar:Show()
window.fechar:GetNormalTexture():SetDesaturated (true)
window.fechar:GetNormalTexture():SetDesaturated(true)
local recentReportButton = window.recently_report_buttons[10]
recentReportButton:Hide()
@@ -682,8 +682,8 @@ local createDropdown = function(thisFrame)
bg1:SetTexture([[Interface\AddOns\Details\images\background]], true)
bg1:SetAlpha(0.7)
bg1:SetVertexColor(0.27, 0.27, 0.27)
bg1:SetVertTile (true)
bg1:SetHorizTile (true)
bg1:SetVertTile(true)
bg1:SetHorizTile(true)
bg1:SetAllPoints()
tinsert(window.all_widgets, bg1)
@@ -713,7 +713,7 @@ local createDropdown = function(thisFrame)
function Details:DelayUpdateReportWindowRecentlyReported()
if (DetailsReportWindow) then
Details:ScheduleTimer ("UpdateRecentlyReported", 0.5)
Details:ScheduleTimer("UpdateRecentlyReported", 0.5)
end
end