Skip to content

Commit

Permalink
Fix error with ElvUI skinning enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Jun 30, 2021
1 parent f29c103 commit e513eda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel
* The MINOR component is used whenever a version has backwards-compatible profile changes. This also indicates that the user can not switch back to a previous MINOR version without using a backup.
* The PATCH component is used for versions that do not contain profile format changes. Users can freely switch between PATCH versions without risk of data loss.

## [1.6.1] - 2021-06-30

### Fixed

- Fix error when opening the binding configuration window with ElvUI skinning enabled

## [1.6.0] - 2021-06-29

### Added
Expand Down Expand Up @@ -763,7 +769,8 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel

- Initial public release

[Unreleased]: https://github.com/Snakybo/Clicked/compare/1.6.0...master
[Unreleased]: https://github.com/Snakybo/Clicked/compare/1.6.1...master
[1.6.1]: https://github.com/Snakybo/Clicked/releases/tag/1.6.1
[1.6.0]: https://github.com/Snakybo/Clicked/releases/tag/1.6.0
[1.5.3]: https://github.com/Snakybo/Clicked/releases/tag/1.5.3
[1.5.2]: https://github.com/Snakybo/Clicked/releases/tag/1.5.2
Expand Down
3 changes: 0 additions & 3 deletions Clicked/Widgets/AceGUIContainer-ClickedTreeGroup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1406,9 +1406,6 @@ local function Constructor()
else
S:HandleButton(sortButton, true, nil, true)
end

sortButton.backdrop:SetInside()
sortLabel:SetParent(sortButton.backdrop)
end
end

Expand Down

0 comments on commit e513eda

Please sign in to comment.