diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/gui/theme/LAFTheme.java b/src/main/java/the/bytecode/club/bytecodeviewer/gui/theme/LAFTheme.java index 2b4a8947..01562c85 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/gui/theme/LAFTheme.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/gui/theme/LAFTheme.java @@ -137,6 +137,8 @@ public enum LAFTheme { BytecodeViewer.viewer.uiComponents.forEach(VisibleComponent::setDefaultIcon); + BytecodeViewer.viewer.resourcePane.rightClickMenu.updateUI(); + //update all of the setting dialog components SettingsDialog.components.forEach(SwingUtilities::updateComponentTreeUI);