Small bug fixes and improvements
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user