Theme Swap Update Context Menu

This commit is contained in:
Konloch 2021-07-29 12:03:39 -07:00
parent f45e58fb04
commit ec460020d3
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ public enum LAFTheme
{
BytecodeViewer.viewer.uiComponents.forEach(VisibleComponent::setDefaultIcon);
BytecodeViewer.viewer.resourcePane.rightClickMenu.updateUI();
//update all of the setting dialog components
SettingsDialog.components.forEach(SwingUtilities::updateComponentTreeUI);