[Mono-bugs] [Bug 69793][Wis] Changed - Graphics.DrawString hangs when the rectangle passed in is too small
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 06:18:44 -0500 (EST)
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 peter@novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69793
--- shadow/69793 2004-11-22 09:21:25.000000000 -0500
+++ shadow/69793.tmp.24193 2005-03-30 06:18:44.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 69793
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: rkumar@novell.com
QAContact: mono-bugs@ximian.com
@@ -79,6 +79,10 @@
if (StringDetails[i].Flags &
STRING_DETAIL_LINESTART) {
/* To support the LineLimit flag */
if ((StringDetails[i].Flags &
STRING_DETAIL_HIDDEN)!=0){
+
+------- Additional Comments From peter@novonyx.com 2005-03-30 06:18 -------
+This no longer appears to be a problem. I remember fixing something
+like this in DrawString quite a while back.