[Mono-bugs] [Bug 81684][Nor] Changed - [PATCH] (Rich)TextBox line ending issue
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 9 13:44:23 EDT 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81684
--- shadow/81684 2007-07-06 11:42:24.000000000 -0400
+++ shadow/81684.tmp.30059 2007-07-09 13:44:23.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81684
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: marek.safar at seznam.cz
QAContact: mono-bugs at ximian.com
@@ -66,6 +66,10 @@
+ document.Add(rtf_cursor_y,
rtf_line.ToString(), rtf_rtfalign, font, rtf_color, LineEnding.Hard);
if (rtf_par_line_left_indent != 0) {
Line line = document.GetLine
(rtf_cursor_y);
line.indent = rtf_par_line_left_indent;
+
+------- Additional Comments From jackson at ximian.com 2007-07-09 13:44 -------
+This has been fixed in SVN for awhile now. I just never noticed the
+report. Thanks for the test case.
More information about the mono-bugs
mailing list