diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d62957..87277f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## Version 90105.01 + +- Added 9.1.5 support; +- Fixed an issue that sometimes prevented tooltips from being displayed. + ## Version 90100.02 - Added support for Domination Sockets on the character panel; diff --git a/embeds/oUF b/embeds/oUF index 47e8afae..b6ac68be 160000 --- a/embeds/oUF +++ b/embeds/oUF @@ -1 +1 @@ -Subproject commit 47e8afae28d05c9c130722d2bc822c9e68bde49c +Subproject commit b6ac68be2e331f64bca0915241d7cd21a567ec78 diff --git a/ls_UI.toc b/ls_UI.toc index 04a9919f..0819652f 100644 --- a/ls_UI.toc +++ b/ls_UI.toc @@ -1,6 +1,6 @@ -## Interface: 90100 +## Interface: 90105 ## Author: lightspark -## Version: 90100.02 +## Version: 90105.01 ## Title: LS: |cff1a9fc0UI|r ## Notes: Yet another UI, but this one is a bit special... ## SavedVariablesPerCharacter: LS_UI_CHAR_CONFIG diff --git a/modules/tooltips/tooltips.lua b/modules/tooltips/tooltips.lua index 2fc65d4e..345d349f 100644 --- a/modules/tooltips/tooltips.lua +++ b/modules/tooltips/tooltips.lua @@ -624,8 +624,6 @@ local function tooltip_SetUnit(self) end cleanUp(self) - - self:Show() end local function MODIFIER_STATE_CHANGED(key)