Theme Swap Update Context Menu
This commit is contained in:
parent
f45e58fb04
commit
ec460020d3
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ public enum LAFTheme
|
||||||
{
|
{
|
||||||
BytecodeViewer.viewer.uiComponents.forEach(VisibleComponent::setDefaultIcon);
|
BytecodeViewer.viewer.uiComponents.forEach(VisibleComponent::setDefaultIcon);
|
||||||
|
|
||||||
|
BytecodeViewer.viewer.resourcePane.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