diff --git a/Details.toc b/Details.toc index 7586d863f..76d5b1756 100644 --- a/Details.toc +++ b/Details.toc @@ -1,5 +1,5 @@ -## Interface: 90200 -## Interface-Mainline: 90200 +## Interface: 90205 +## Interface-Mainline: 90205 ## Interface-BCC: 20502 ## Title: Details! Damage Meter ## Notes: Essential tool to impress that chick in your raid. diff --git a/Libs/DF/dropdown.lua b/Libs/DF/dropdown.lua index cf5c41129..d0405634d 100644 --- a/Libs/DF/dropdown.lua +++ b/Libs/DF/dropdown.lua @@ -1207,6 +1207,10 @@ function DF:CreateNewDropdownFrame (parent, name) child:SetPoint ("topleft", scroll, "topleft", 0, 0) child:SetBackdrop (child_backdrop) child:SetBackdropColor (0, 0, 0, 1) + + local t = child:CreateTexture(nil, "background") + t:SetAllPoints() + t:SetColorTexture(0, 0, 0, 1) DF:ApplyStandardBackdrop (child) diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index ebaa927b4..2ba873758 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 313 +local dversion = 314 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) diff --git a/Libs/LibOpenRaid/LibOpenRaid.toc b/Libs/LibOpenRaid/LibOpenRaid.toc index 953b8d117..5360a5eeb 100644 --- a/Libs/LibOpenRaid/LibOpenRaid.toc +++ b/Libs/LibOpenRaid/LibOpenRaid.toc @@ -1,4 +1,4 @@ -## Interface: 90200 +## Interface: 90205 ## Title: Library Open Raid ## Notes: This is a library used by addons. diff --git a/boot.lua b/boot.lua index 44208edcc..d34f470a0 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 9817 - _detalhes.alpha_build_counter = 9817 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 9818 + _detalhes.alpha_build_counter = 9818 --if this is higher than the regular counter, use it instead _detalhes.bcc_counter = 37 _detalhes.dont_open_news = true _detalhes.game_version = version diff --git a/plugins/Details_DataStorage/Details_DataStorage.toc b/plugins/Details_DataStorage/Details_DataStorage.toc index d348495d1..4a16a16e2 100644 --- a/plugins/Details_DataStorage/Details_DataStorage.toc +++ b/plugins/Details_DataStorage/Details_DataStorage.toc @@ -1,4 +1,4 @@ -## Interface: 90200 +## Interface: 90205 ## Title: Details!: Storage ## Notes: Stores information for Details! Damage Meter ## DefaultState: Enabled diff --git a/plugins/Details_EncounterDetails/Details_EncounterDetails.toc b/plugins/Details_EncounterDetails/Details_EncounterDetails.toc index f9437e725..a1a00a42e 100644 --- a/plugins/Details_EncounterDetails/Details_EncounterDetails.toc +++ b/plugins/Details_EncounterDetails/Details_EncounterDetails.toc @@ -1,4 +1,4 @@ -## Interface: 90200 +## Interface: 90205 ## Title: Details!: Encounter Breakdown (plugin) ## Notes: Show detailed information about a boss encounter. Also provide damage per phase, graphic charts, easy weakauras creation. ## RequiredDeps: Details diff --git a/plugins/Details_RaidCheck/Details_RaidCheck.toc b/plugins/Details_RaidCheck/Details_RaidCheck.toc index 0cf7123a9..1c2ee58b4 100644 --- a/plugins/Details_RaidCheck/Details_RaidCheck.toc +++ b/plugins/Details_RaidCheck/Details_RaidCheck.toc @@ -1,4 +1,4 @@ -## Interface: 90200 +## Interface: 90205 ## Title: Details!: Raid Check (plugin) ## Notes: Show talents and item level for all members in your group, also shows food and flask state. ## RequiredDeps: Details diff --git a/plugins/Details_Streamer/Details_Streamer.toc b/plugins/Details_Streamer/Details_Streamer.toc index b05c09906..abe066669 100644 --- a/plugins/Details_Streamer/Details_Streamer.toc +++ b/plugins/Details_Streamer/Details_Streamer.toc @@ -1,4 +1,4 @@ -## Interface: 90200 +## Interface: 90205 ## Title: Details!: Streamer (plugin) ## Notes: Show which spells you are casting, viewers can see what are you doing and follow your steps. ## RequiredDeps: Details diff --git a/plugins/Details_TinyThreat/Details_TinyThreat.toc b/plugins/Details_TinyThreat/Details_TinyThreat.toc index 3c26f5027..f4c0df015 100644 --- a/plugins/Details_TinyThreat/Details_TinyThreat.toc +++ b/plugins/Details_TinyThreat/Details_TinyThreat.toc @@ -1,4 +1,4 @@ -## Interface: 90200 +## Interface: 90205 ## Title: Details!: Tiny Threat (plugin) ## Notes: Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel. ## RequiredDeps: Details diff --git a/plugins/Details_Vanguard/Details_Vanguard.toc b/plugins/Details_Vanguard/Details_Vanguard.toc index cc970cb76..9f767c51c 100644 --- a/plugins/Details_Vanguard/Details_Vanguard.toc +++ b/plugins/Details_Vanguard/Details_Vanguard.toc @@ -1,4 +1,4 @@ -## Interface: 90200 +## Interface: 90205 ## Title: Details!: Vanguard (plugin) ## Notes: Show the health and debuffs for tanks in your group. ## SavedVariablesPerCharacter: _detalhes_databaseVanguard