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 01562c85..601c5545 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 @@ -138,6 +138,7 @@ public enum LAFTheme BytecodeViewer.viewer.uiComponents.forEach(VisibleComponent::setDefaultIcon); BytecodeViewer.viewer.resourcePane.rightClickMenu.updateUI(); + BytecodeViewer.viewer.searchBoxPane.rightClickMenu.updateUI(); //update all of the setting dialog components SettingsDialog.components.forEach(SwingUtilities::updateComponentTreeUI);