[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Fri, 03 Aug 2007 05:58:13 -0000


albertel		Fri Aug  3 01:58:13 2007 EDT

  Modified files:              
    /loncom/xml	lonplot.pm 
  Log:
  - BUG#5342 - from phil, forgot to pass back font size when in non classic mode
  
  
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.121 loncom/xml/lonplot.pm:1.122
--- loncom/xml/lonplot.pm:1.121	Fri Aug  3 01:56:00 2007
+++ loncom/xml/lonplot.pm	Fri Aug  3 01:58:12 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Dynamic plot
 #
-# $Id: lonplot.pm,v 1.121 2007/08/03 05:56:00 albertel Exp $
+# $Id: lonplot.pm,v 1.122 2007/08/03 05:58:12 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -716,6 +716,7 @@
 	    $size = '9';
 	}
     } else {
+	$size = $Apache::lonplot::plot{'font'};
 	$selected_font = $font_properties{$Apache::lonplot::plot{'fontface'}};
     }
     return ($size, $selected_font);