Changed Main frame to force a repaint, preventing images in LogoPanels to stay hidden.
Changed Settings GUI to remove separator.
This commit is contained in:
@ -164,5 +164,6 @@ public class Main {
|
||||
});
|
||||
|
||||
frame.setVisible(true);
|
||||
frame.repaint(); // Force repaint to make sure that Logo is loaded.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user