1 - LibRockConfig: minimapButton state not saved
The state of the minimap button is not saved. Instead it always shows on load and overlaps the Track button on the minimap, which is obviously rather annoying. This isn't an issue for FuBar users, so it might be why this hasn't been noticed before.
I'm trying to find the cause of the problem, but I thought I'd make a ticket meanwhile to let you know. I'm using the latest revision of the library.
Thanks
| User | When | Change |
|---|---|---|
| docthis | Wed, 15 Oct 2008 20:06:47 | Create |
- 1 comment
- 1 comment
Facts
- Last updated on
- 08 Nov 2008
- Reported on
- 15 Oct 2008
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #1
dwex Fri, 17 Oct 2008 13:41:21The root cause of the problem is that LibRockConfig is trying to save its state by appending it onto the end of stock Blizzard global variable TALENT_FRAME_WAS_SHOWN. Which is an ugly hack, IMHO.
Well, that variable no longer exists in 3.0. So LibRockConfig's state is never saved, and never reloaded on the next session.