|
|
@@ -1,3 +1,11 @@
|
|
|
+2009-08-24 Carlos Alberto Cortez <[email protected]>
|
|
|
+
|
|
|
+ * Control.cs: Remove the ancient code in ResetText, which was setting
|
|
|
+ the internal field to String.Empty, instead of doing it for our Text
|
|
|
+ property, as .net does (which also causes a TextChanged event and all
|
|
|
+ the other related routines).
|
|
|
+ Fixes #531587.
|
|
|
+
|
|
|
2009-08-24 Carlos Alberto Cortez <[email protected]>
|
|
|
|
|
|
* TreeNodeCollection.cs: Correctly implement Contains by using a
|