more thorough init;
authorwenzelm
Tue, 19 Nov 2024 10:14:22 +0100
changeset 81487 3729744a08f3
parent 81486 ed5e75468db3
child 81488 a0ca6daf1ad6
more thorough init;
src/Tools/jEdit/src/output_area.scala
--- a/src/Tools/jEdit/src/output_area.scala	Tue Nov 19 10:11:37 2024 +0100
+++ b/src/Tools/jEdit/src/output_area.scala	Tue Nov 19 10:14:22 2024 +0100
@@ -124,7 +124,10 @@
     }
   }
 
-  def init(): Unit = handle_update()
+  def init(): Unit = {
+    handle_update()
+    handle_resize()
+  }
 
   def exit(): Unit = delay_resize.revoke()
 }