From eb127f0c7e5958739e58fd1de56410f6325bcdf7 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 9 Sep 2005 09:24:53 +0000 Subject: [PATCH] workaround for sequent viewer flickering --- helm/matita/matitaMathView.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/matita/matitaMathView.ml b/helm/matita/matitaMathView.ml index 479891fec..586ff1479 100644 --- a/helm/matita/matitaMathView.ml +++ b/helm/matita/matitaMathView.ml @@ -432,7 +432,7 @@ class sequentsViewer ~(notebook:GPack.notebook) ~(cicMathView:cicMathView) () = self#script#setGoal goal; let win metano = let w = - GBin.scrolled_window ~hpolicy:`AUTOMATIC ~vpolicy:`AUTOMATIC + GBin.scrolled_window ~hpolicy:`AUTOMATIC ~vpolicy:`ALWAYS ~shadow_type:`IN ~show:true () in let reparent () = -- 2.39.2