Ensure application icon updated when skin changed

This commit is contained in:
drdev
2014-01-10 01:17:04 +00:00
parent db5e8316ec
commit 9a6b1822a9

View File

@@ -1333,6 +1333,9 @@ public enum FSkin {
Singletons.getControl().getForgeMenu().refresh();
FComboBoxWrapper.refreshAllSkins();
FComboBoxPanel.refreshAllSkins();
//repaint main frame to ensure all visible components apply the new skin
Singletons.getView().getFrame().repaint();
}
/**