[Mono-bugs] [Bug 61310][Nor] Changed - Fix to bugs 60297, 61148
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Jul 2004 16:44:45 -0400 (EDT)
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 .
http://bugzilla.ximian.com/show_bug.cgi?id=61310
--- shadow/61310 2004-07-08 16:40:15.000000000 -0400
+++ shadow/61310.tmp.15327 2004-07-08 16:44:45.000000000 -0400
@@ -1,23 +1,24 @@
Bug#: 61310
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: software@solmersa.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Fix to bugs 60297, 61148
+BugsThisDependsOn: 60297
I fixed a bug on windows, wich disables the functionality of WinForms.
Basically I added a private member to hold the HFONT handle (hFont) when
initialized from a HFONT (method FromHfont), this is needed because there
is not conversion from a GdipFont to a HFONT.