Context Menu Update
This commit is contained in:
parent
9e08f06327
commit
2793f278ec
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ public enum LAFTheme
|
||||||
BytecodeViewer.viewer.uiComponents.forEach(VisibleComponent::setDefaultIcon);
|
BytecodeViewer.viewer.uiComponents.forEach(VisibleComponent::setDefaultIcon);
|
||||||
|
|
||||||
BytecodeViewer.viewer.resourcePane.rightClickMenu.updateUI();
|
BytecodeViewer.viewer.resourcePane.rightClickMenu.updateUI();
|
||||||
|
BytecodeViewer.viewer.searchBoxPane.rightClickMenu.updateUI();
|
||||||
|
|
||||||
//update all of the setting dialog components
|
//update all of the setting dialog components
|
||||||
SettingsDialog.components.forEach(SwingUtilities::updateComponentTreeUI);
|
SettingsDialog.components.forEach(SwingUtilities::updateComponentTreeUI);
|
||||||
|
|
Loading…
Reference in a new issue