]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMathView.ml
fixed increase/decrease size feature
[helm.git] / helm / matita / matitaMathView.ml
index 776a9ada579ce8748e8867ad98a1e22e27809ed5..5b1f4d5b39e79426ba911dc0e7bc782603a5f167 100644 (file)
@@ -76,7 +76,6 @@ class clickableMathView obj =
     method set_href_callback f = href_callback <- f
 
     initializer
-      current_font_size := default_font_size ();
       self#set_font_size !current_font_size;
       ignore (self#connect#selection_changed self#choose_selection);
       ignore (self#connect#click (fun (gdome_elt, _, _, _) ->