- added a new builtin plugin: Details_YouAreNotPrepared.
- options panel recreated from scretch.
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user