Skip to content

Commit

Permalink
fix tooltip title not resetting when it should
Browse files Browse the repository at this point in the history
  • Loading branch information
bkader committed Feb 21, 2023
1 parent c926085 commit a4ac523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Skada/Core/Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,7 @@ do

-- wipes window's dataset table
function Window:reset()
self.title = nil -- reset title
if not self.dataset then return end
for i = #self.dataset, 0, -1 do
if self.dataset[i] then
Expand Down
2 changes: 1 addition & 1 deletion Skada/Skada.toc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## DefaultState: enabled
## Author: Kader (|cff808080bkader#5341|r)
## Version: 1.8.84
## X-Date: 2023-02-21 @ 21:48 |cff808080UTC|r
## X-Date: 2023-02-21 @ 22:03 |cff808080UTC|r
## X-Credits: Zarnivoop
## X-Curse-Project-ID: 623633
## X-Category: Combat
Expand Down

0 comments on commit a4ac523

Please sign in to comment.