MegaMek / mekhq

MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
http://megamek.org
134 stars 171 forks source link

0.49.7-SNAPSHOT: Top Bar Date Doesn't Update By Day When Advancing Multiple Days #3081

Closed Windchild292 closed 2 years ago

Windchild292 commented 2 years ago

image

My current thought is that this may be related to the recent dependency updates, but I'll need to investigate to make sure.

Windchild292 commented 2 years ago

Originates between 0.49.5 and 0.49.6.

Windchild292 commented 2 years ago

It's due to changes in FlatLaf themes.

Windchild292 commented 2 years ago

This is due to a change in FlatLaf 1.1 or 1.1.1.

Windchild292 commented 2 years ago

I've opened an issue on the FlatLaf tracker, as I believe it's a bug on their end. https://github.com/JFormDesigner/FlatLaf/issues/473

Windchild292 commented 2 years ago

It's due to AWT's application being blocked by the primary loop.

Windchild292 commented 2 years ago

Subsumed by #3149