Skip to content

Commit

Permalink
'#2344: Fix missing super.updateUI() (icons and text rendering).
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Oct 21, 2024
1 parent 09727d1 commit bc23383
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class GalleryThumbLabel extends JLabel {
}

public void updateUI() {
super.updateUI();
warningColor = UIManager.getColor("Gallery.warning");
if (warningColor == null)
warningColor = Color.red;
Expand Down

0 comments on commit bc23383

Please sign in to comment.