Skip to content

Commit 2793f27

Browse files
committed
Context Menu Update
1 parent 9e08f06 commit 2793f27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/the/bytecode/club/bytecodeviewer/gui/theme

src/main/java/the/bytecode/club/bytecodeviewer/gui/theme/LAFTheme.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public void setLAF() throws ClassNotFoundException, UnsupportedLookAndFeelExcept
138138
BytecodeViewer.viewer.uiComponents.forEach(VisibleComponent::setDefaultIcon);
139139

140140
BytecodeViewer.viewer.resourcePane.rightClickMenu.updateUI();
141+
BytecodeViewer.viewer.searchBoxPane.rightClickMenu.updateUI();
141142

142143
//update all of the setting dialog components
143144
SettingsDialog.components.forEach(SwingUtilities::updateComponentTreeUI);

0 commit comments

Comments
 (0)