X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fmatita.ml;h=6e2fe2526e7d0d53d089a9ebaef533e7a11abe97;hb=a956992315e3a723c69dff5edc361ea3db75cd54;hp=34b41e4ccc0841a56f2a8aa172e4f523772dd4d0;hpb=a7b90d2494f7d580faa54ecd2835bd4649129763;p=helm.git diff --git a/helm/matita/matita.ml b/helm/matita/matita.ml index 34b41e4cc..6e2fe2526 100644 --- a/helm/matita/matita.ml +++ b/helm/matita/matita.ml @@ -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 *)