Causes StatusTrackingBarManager to spam hide/show in 8.2.5+ #18


Open
  • MysticalOS created this issue Oct 2, 2019

    LibJostle needs special handling of StatusTrackingBarManager to prevent the bars from constantly disappearing and reappearing.

  • MysticalOS added a tag Defect Oct 2, 2019
  • MysticalOS posted a comment Oct 3, 2019

    I pushed my patch I tested working, to the branch. You can test it too if you want, and if it's to liking, keep it, or if you think a better fix exists, do that.

     

    I found this fix most elegant because since it ensures it's never force reshown unless it should be, since the function called literally checks the users settings on if it should be shown and what it should be showing. Not to mention it's the exact function the base UI calls every time it refreshes that frame as well :)

  • MysticalOS removed a tag Defect Oct 3, 2019

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