LibRockConfig: minimapButton state not saved #1


  • New
  • Defect
Open
Assigned to ckknight
  • _ForgeUser47510 created this issue Oct 15, 2008

    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

  • _ForgeUser47510 added the tags New Defect Oct 15, 2008
  • _ForgeUser111534 posted a comment Oct 17, 2008

    The 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.


To post a comment, please login or register a new account.