mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 13:24:33 +00:00
White background only on oceanic skin
This commit is contained in:
@@ -223,7 +223,7 @@ public class DebugPanel extends JPanel {
|
||||
traceLogTextarea.setEditable(false);
|
||||
traceLogTextarea.setOpaque(false);
|
||||
traceLogTextarea.setFont(new JLabel().getFont());
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
if (View.isOceanic()) {
|
||||
traceLogTextarea.setBackground(Color.white);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user