[Mono-bugs] [Bug 80281][Nor] Changed - Grid navigation changes dataset
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 21 17:17:07 EST 2006
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 kobruleht2 at hot.ee.
http://bugzilla.ximian.com/show_bug.cgi?id=80281
--- shadow/80281 2006-12-21 13:02:08.000000000 -0500
+++ shadow/80281.tmp.14579 2006-12-21 17:17:07.000000000 -0500
@@ -81,6 +81,21 @@
this is not a winforms bug, is it?
------- Additional Comments From toshok at ximian.com 2006-12-21 13:02 -------
Created an attachment (id=18358)
system.data diff that fixes this bug
+
+------- Additional Comments From kobruleht2 at hot.ee 2006-12-21 17:17 -------
+Can you change lines
+
+if (col.DataContainer.CompareValues (Current, Proposed) != 0)
+ changed = true;
+
+to
+
+(col.DataContainer.CompareValues (Current, Proposed) != 0) {
+ changed = true;
+ break;
+}
+
+
More information about the mono-bugs
mailing list