--- a/src/Tools/jEdit/src/theories_dockable.scala Mon Dec 05 15:36:03 2022 +0100
+++ b/src/Tools/jEdit/src/theories_dockable.scala Mon Dec 05 15:41:40 2022 +0100
@@ -23,7 +23,7 @@
class Theories_Dockable(view: View, position: String) extends Dockable(view, position) {
/* status */
- private val status = new ListView(List.empty[Document.Node.Name]) {
+ private val status = new ListView[Document.Node.Name](Nil) {
background = {
// enforce default value
val c = UIManager.getDefaults.getColor("Panel.background")