MilleXIV / XIV_Databar

19 stars 19 forks source link

Level and profession progress bars updates only when changing Bar padding #36

Closed Amanthuul closed 7 years ago

Amanthuul commented 7 years ago

Subj. wowscrnshot_090216_101826 wowscrnshot_090216_101833 wowscrnshot_090216_101837 wowscrnshot_090216_101839

MilleXIV commented 7 years ago

I've added a timed refresh to the core. That should clear up these issues. Let me know if you're still experiencing them after updating.

Amanthuul commented 7 years ago

Still the same.

MilleXIV commented 7 years ago

Alright, I'll look into this more later.

Amanthuul commented 7 years ago

Oh, it's only when bar padding = 0

MilleXIV commented 7 years ago

That actually helps quite a bit. I definitely know what's going on now. Need to change how I calculate sizes for things with bars. The short of it: I'm accidentally setting the bar's height to a negative number...which is causing these issues.

MilleXIV commented 7 years ago

So this should have been fixed in 879ba8f566a522a823e262680ce3b3ccb796055b. The bars now have a minimum height of 2.

Mikeprod commented 7 years ago

@Amanthuul if this issue is solved you can close this issue in order to clean up the issue section. Thanks

Amanthuul commented 7 years ago

Profession levels and character level don't disappear anymore. Artifact power bar still affected by this.

Mikeprod commented 7 years ago

I had noticed the problem before. It should be fixed now.