From 2793f278ec3c4a116010f649cd88dddc9700e222 Mon Sep 17 00:00:00 2001 From: Konloch Date: Thu, 29 Jul 2021 20:34:41 -0700 Subject: [PATCH] Context Menu Update --- .../the/bytecode/club/bytecodeviewer/gui/theme/LAFTheme.java | 1 + 1 file changed, 1 insertion(+) 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);