Skip to content

Commit

Permalink
Merge pull request #2 from Vysci/1
Browse files Browse the repository at this point in the history
Fixed transparent background
  • Loading branch information
Vysci authored May 27, 2021
2 parents 62262fc + 46d5114 commit 61e62a0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LFGBulletinBoard/Dungeons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions LFGBulletinBoard/GroupBulletinBoard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion LFGBulletinBoard/GroupBulletinBoard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@

<Layers>
<Layer level="BACKGROUND">

<Texture>
<Color a=".7" r="0" g="0" b="0" />
</Texture>

<FontString name="$parentTitle" inherits="GameFontNormal" text="Group Bulletin Board" maxLines="1" justifyH="LEFT" justifyV="TOP">
<Anchors>
Expand Down
4 changes: 2 additions & 2 deletions LFGBulletinBoard/LFGBulletinBoard.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions LFGBulletinBoard/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 61e62a0

Please sign in to comment.