Context Menu Update

This commit is contained in:
Konloch 2021-07-29 20:34:41 -07:00
parent 9e08f06327
commit 2793f278ec
1 changed files with 1 additions and 0 deletions

View File

@ -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);