diff --git a/LFGBulletinBoard/Dungeons.lua b/LFGBulletinBoard/Dungeons.lua index cf4ccc6..9a340ef 100644 --- a/LFGBulletinBoard/Dungeons.lua +++ b/LFGBulletinBoard/Dungeons.lua @@ -412,7 +412,7 @@ GBB.DebugNames = { "DEBUG", "BAD", "NIL", } --- Needed because Lua sucks, Blizzard switch to Scala please +-- Needed because Lua sucks, Blizzard switch to Python please -- Takes in a list of dungeon lists, it will then concatenate the lists into a single list -- it will put the dungeons in an order and give them a value incremental value that can be used for sorting later -- ie one list "Foo" which contains "Bar" and "FooBar" and a second list "BarFoo" which contains "BarBar" diff --git a/LFGBulletinBoard/GroupBulletinBoard.lua b/LFGBulletinBoard/GroupBulletinBoard.lua index 675540c..d208da4 100644 --- a/LFGBulletinBoard/GroupBulletinBoard.lua +++ b/LFGBulletinBoard/GroupBulletinBoard.lua @@ -531,9 +531,6 @@ function GBB.Init() GroupBulletinBoardFrame:SetPoint("TOPLEFT", UIParent, "BOTTOMLEFT", x, y) GroupBulletinBoardFrame:SetWidth(w) GroupBulletinBoardFrame:SetHeight(h) - GroupBulletinBoardFrame.bg = GroupBulletinBoardFrame:CreateTexture(nil, "BACKGROUND") - GroupBulletinBoardFrame.bg:SetAllPoints(true) - GroupBulletinBoardFrame.bg:SetColorTexture(0, 0, 0, .7) end -- slash command diff --git a/LFGBulletinBoard/GroupBulletinBoard.xml b/LFGBulletinBoard/GroupBulletinBoard.xml index 02c8073..cb4bc05 100644 --- a/LFGBulletinBoard/GroupBulletinBoard.xml +++ b/LFGBulletinBoard/GroupBulletinBoard.xml @@ -28,7 +28,9 @@ - + + + diff --git a/LFGBulletinBoard/LFGBulletinBoard.toc b/LFGBulletinBoard/LFGBulletinBoard.toc index 585aa52..20478b0 100644 --- a/LFGBulletinBoard/LFGBulletinBoard.toc +++ b/LFGBulletinBoard/LFGBulletinBoard.toc @@ -1,8 +1,8 @@ ## Interface: 20501 ## Title: LFG Bulletin Board ## Notes: Sort LFG/LFM Messages -## Version: 2.45 -## Author: GPI / Erytheia-Razorfen +## Version: 2.46 +## Author: GPI / Erytheia-Razorfen/ Vyscî-Whitemane ## DefaultState: enabled ## SavedVariables: GroupBulletinBoardDB ## SavedVariablesPerCharacter: GroupBulletinBoardDBChar diff --git a/LFGBulletinBoard/readme.txt b/LFGBulletinBoard/readme.txt index 45689d9..a6cf30f 100644 --- a/LFGBulletinBoard/readme.txt +++ b/LFGBulletinBoard/readme.txt @@ -24,6 +24,8 @@ Baudzilla for the graphics/idea of the resize-code Changelog +2.46 +- Fixed an issue where background would be transparent on install 2.45 - Fixed a bug that was causing some issues with SM and DM