mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Ensure application icon updated when skin changed
This commit is contained in:
@@ -1333,6 +1333,9 @@ public enum FSkin {
|
|||||||
Singletons.getControl().getForgeMenu().refresh();
|
Singletons.getControl().getForgeMenu().refresh();
|
||||||
FComboBoxWrapper.refreshAllSkins();
|
FComboBoxWrapper.refreshAllSkins();
|
||||||
FComboBoxPanel.refreshAllSkins();
|
FComboBoxPanel.refreshAllSkins();
|
||||||
|
|
||||||
|
//repaint main frame to ensure all visible components apply the new skin
|
||||||
|
Singletons.getView().getFrame().repaint();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user