mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 04:38:56 +00:00
White background only on oceanic skin
This commit is contained in:
@@ -42,7 +42,7 @@ public class DocsPanel extends JPanel implements DocsListener {
|
||||
add(sp, BorderLayout.CENTER);
|
||||
textDisplay.setContentType("text/html");
|
||||
textDisplay.setFocusable(false);
|
||||
if (Configuration.setControlsBackgroundToWhite.get()) {
|
||||
if (View.isOceanic()) {
|
||||
textDisplay.setBackground(Color.white);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user