Skip to content

Commit

Permalink
11.0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnvid committed Nov 10, 2024
1 parent db3f81e commit 6f3fa96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Aurora.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## IconAtlas: callings-backhighlight-full
## Notes: Minimalistic window theme.
## Author: Haleth/Lightsword, Gethe, Hanshi/arnvid
## Version: 11.0.5.1
## Version: 11.0.5.2

## OptionalDeps: Ace3, LibTextDump-1.0, BugSack, WagoAnalytics
## SavedVariables: AuroraConfig
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## [11.0.5.1] ##
## [11.0.5.2] ##
### Fixed ###
* fix: ItemUpgradeUI
* chg: move UIDropDownMenuTemplate to DropdownButton
* add: Skin.DropdownButton to replace UIDropDownMenuTemplate
* cleanup: remove non mainline code from setup per now. Does not fit in current model.

## [11.0.5.1] ##
### Fixed ###
* fix: comment out another dropdown menu
* fix: skin gamemenu
Expand Down
7 changes: 4 additions & 3 deletions Skin/Interface/AddOns/Blizzard_Menu/DropdownButton.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ if private.shouldSkip() then return end

--[[ Core ]]
local Aurora = private.Aurora
local Skin = Aurora.Skin
-- local Skin = Aurora.Skin
local Base = Aurora.Base
local Hook, Skin = Aurora.Hook, Aurora.Skin
-- local Hook = Aurora.Hook
local Skin = Aurora.Skin
local Color = Aurora.Color

do --[[ Blizzard_Menu\DropdownButton.lua ]]
do --[[ DropdownButton.lua ]]
function Skin.DropdownButton(Frame, Width)
local rightOfs = -105
-- local rightOfs = -105
if not Frame then
-- _G.print("Skin.DropdownButton - Frame is nil")
return
Expand Down

0 comments on commit 6f3fa96

Please sign in to comment.