Skip to content

Commit a4ac523

Browse files
committed
fix tooltip title not resetting when it should
1 parent c926085 commit a4ac523

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Skada/Core/Init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,7 @@ do
17651765

17661766
-- wipes window's dataset table
17671767
function Window:reset()
1768+
self.title = nil -- reset title
17681769
if not self.dataset then return end
17691770
for i = #self.dataset, 0, -1 do
17701771
if self.dataset[i] then

Skada/Skada.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## DefaultState: enabled
1717
## Author: Kader (|cff808080bkader#5341|r)
1818
## Version: 1.8.84
19-
## X-Date: 2023-02-21 @ 21:48 |cff808080UTC|r
19+
## X-Date: 2023-02-21 @ 22:03 |cff808080UTC|r
2020
## X-Credits: Zarnivoop
2121
## X-Curse-Project-ID: 623633
2222
## X-Category: Combat

0 commit comments

Comments
 (0)