File Details
021
- R
- Apr 26, 2026
- 70.80 KB
- 7
- 12.0.5
- Retail
File Name
BazWidgets-021.zip
Supported Versions
- 12.0.5
BazWidgets
021 (2026-04-26)
Full Changelog Previous Releases
- Tooltip: drop redundant 'Anchor Tooltips Here' toggle
The standard Enabled toggle at the top of every BWD widget detail
page is already the on/off switch — disabling the widget calls
widget.frame:Hide() which is exactly what our anchor logic checks
for via frame:IsVisible(). The per-widget 'active' setting was
duplicate UI for the same state.
Stripped GetOptionsArgs entirely (the slot has no other
configurable behaviour). The Anchor + Reflow hooks now gate on
frame:IsVisible() — same check covers both 'widget disabled' and
'drawer collapsed' cases. Moved the ~80% coverage caveat to the
User Manual where it belongs.