mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Remove unneeded UIManager call
This commit is contained in:
@@ -1463,9 +1463,6 @@ public enum FSkin {
|
|||||||
// Assemble avatar images
|
// Assemble avatar images
|
||||||
FSkin.assembleAvatars();
|
FSkin.assembleAvatars();
|
||||||
|
|
||||||
// Table zebra striping
|
|
||||||
UIManager.put("Table.alternateRowColor", new Color(240, 240, 240));
|
|
||||||
|
|
||||||
// Images loaded; can start UI init.
|
// Images loaded; can start UI init.
|
||||||
FView.SINGLETON_INSTANCE.setSplashProgessBarMessage("Creating display components.");
|
FView.SINGLETON_INSTANCE.setSplashProgessBarMessage("Creating display components.");
|
||||||
loaded = true;
|
loaded = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user