File Details
2.3
- R
- May 21, 2026
- 4.48 KB
- 26
- 12.0.5+3
- Classic + 3
File Name
Krowi_ProgressBar-v2.3.zip
Supported Versions
- 12.0.5
- 5.5.3
- 2.5.5
- 1.15.8
Fixed (2.3)
- Taint error
attempt to compare a secret number valuecaused by the progress bar being a child of Blizzard'sGameTooltip. The library now owns a dedicatedKrowi_ProgressBarTooltipframe (<GameTooltip inherits="GameTooltipTemplate" parent="UIParent">), and the progress bar is a permanent child of that frame. Blizzard'sGameTooltipis never touched.
Changed (2.3)
sub:Show()signature changed:ownerFrame, anchor, title, min, max, ...(addedtitleparam beforemin)- Added
sub:Hide()to hide the owned tooltip - Removed the
hooksecurefunc(GameTooltip, 'Hide', ...)hook

