From b8ca80cd3d17803db4f6b697c5192e3071d162c2 Mon Sep 17 00:00:00 2001 From: ceikry Date: Tue, 10 Aug 2021 11:39:44 -0500 Subject: [PATCH] changelog no longer editable --- src/main/kotlin/LatestUpdatePane.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/LatestUpdatePane.kt b/src/main/kotlin/LatestUpdatePane.kt index 8073551..2c2ba71 100644 --- a/src/main/kotlin/LatestUpdatePane.kt +++ b/src/main/kotlin/LatestUpdatePane.kt @@ -25,6 +25,7 @@ class LatestUpdatePane(url: String) : JScrollPane() { val postBody = doc.select(".rightpanel").select(".msgcontents") texPane.text = postBody.toString() setViewportView(texPane) + texPane.isEditable = false getViewport().background = Color(153,132,104) texPane.background = Color(153,132,104)