[Mono-bugs] [Bug 80947][Wis] Changed - FontDialog FixedWidth Problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Feb 23 13:27:05 EST 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jeffr at newhartsystems.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80947

--- shadow/80947	2007-02-23 13:16:57.000000000 -0500
+++ shadow/80947.tmp.14367	2007-02-23 13:27:05.000000000 -0500
@@ -32,6 +32,20 @@
 FontDialog d = new FontDialog();
 d.FixedPitchOnly = true;
 d.ShowDialog();
 
 Have you got any idea as to can cause such a thing ?
 
+
+------- Additional Comments From jeffr at newhartsystems.com  2007-02-23 13:27 -------
+I think I need a vacation.  I was running the test app. under the 
+microsoft runtime and not the mono runtime.  To reproduce the 
+problem all you need to do is execute the following 3 lines under 
+the Mono runtime.
+
+            FontDialog FontDlg = new FontDialog();
+            FontDlg.FixedPitchOnly = true;
+            FontDlg.ShowDialog();
+
+Thanks Jeff
+
+


More information about the mono-bugs mailing list