- added a new builtin plugin: Details_YouAreNotPrepared.

- options panel recreated from scretch.
This commit is contained in:
terciob19
2013-12-20 19:23:57 -02:00
parent 985f8badb8
commit f6d807bf51
34 changed files with 2986 additions and 1296 deletions
+8 -1
View File
@@ -239,7 +239,7 @@ local DropDownMetaFunctions = {}
end
--> frame stratas
function DropDownMetaFunctions:SetFrameStrata()
function DropDownMetaFunctions:GetFrameStrata()
return self.dropdown:GetFrameStrata()
end
function DropDownMetaFunctions:SetFrameStrata (strata)
@@ -423,6 +423,13 @@ function DetailsDropDownOnMouseDown (button)
local selectedTexture = _G [button:GetName() .. "_ScrollFrame_ScrollChild_SelectedTexture"]
local mouseOverTexture = _G [button:GetName() .. "_ScrollFrame_ScrollChild_MouseOverTexture"]
--scrollFrame:SetFrameStrata ("DIALOG")
--scrollBorder:SetFrameStrata ("DIALOG")
--scrollChild:SetFrameStrata ("DIALOG")
--print (scrollFrame:GetFrameStrata())
--print (_G ["DetailsOptionsWindow1FragsPvpSlider"]:GetFrameStrata())
local i = 1
local showing = 0
local currentText = button.text:GetText() or ""