]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
various updates, removed proofs for now because they are the real bottleneck!!
[helm.git] / helm / matita / matita.ml
index 34b41e4ccc0841a56f2a8aa172e4f523772dd4d0..6e2fe2526e7d0d53d089a9ebaef533e7a11abe97 100644 (file)
@@ -65,6 +65,7 @@ let _ =
     gui#resetFontSize ();
     MatitaMathView.reset_font_size ();
     MatitaMathView.update_font_sizes ()));
+  MatitaMathView.reset_font_size ();
   (* disambiguator callback *)
   MatitaDisambiguator.set_choose_uris_callback
     (MatitaGui.interactive_uri_choice ());
@@ -85,6 +86,7 @@ let script =
         ~copy_cb:(fun s -> gui#sourceView#buffer#insert ("\n"^s^"\n"))
         () ~id:"boh?" uris
       with MatitaTypes.Cancel -> [])
+    ~set_star:gui#setStar
     ()
 
   (* math viewers *)