Chat tabs not staying invisible in latest version
WanderingFox opened this issue ยท 2 comments
Describe the bug
As of the latest version (3.9.28) chat tabs suddenly ignore 0 alpha settings and just behave like standard rather than the expected behavior of staying hidden.
To Reproduce
Steps to reproduce the behavior:
- Go to chat tab module and uncheck all chat tabs
- Set active alpha and not active alpha to 0
- Hover over a chat frame and note that chat tabs become visible
Expected behavior
Chat tabs should not become visible
Version Information (please complete the following information):
- Wow Version: current Retail
- Prat Version: Prat 3.9.28
Addons you are running
Happens with just prat installed
I've added a fix in the latest alpha. Deleted a weird:
tabButton:Show()
tabButton:Hide()
from the old code without realising it was needed for the tab configuration. Added it back.