2006-08-15 Peter Dennis Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Tue, 15 Aug 2006 20:28:06 +0000 (20:28 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Tue, 15 Aug 2006 20:28:06 +0000 (20:28 -0000)
* Hwnd.cs (Mapped): Properly traverse the tree

svn path=/trunk/mcs/; revision=63786

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Hwnd.cs

index 0abb6d37f24246518fb2074bf02c2ace99511b56..6074c58f34bff7c5d0f95d1df908961b892bf31f 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * Hwnd.cs (Mapped): Properly traverse the tree
+
 2006-08-15  Chris Toshok  <toshok@ximian.com>
 
        * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
index 05ddb04f03ceb18aa4c8baabd0aabb200d229f16..9a04c12b4621112cba844677fe2ecc82994e6336 100644 (file)
@@ -462,7 +462,7 @@ namespace System.Windows.Forms {
                                }
 
                                if (parent != null) {
-                                       return parent.mapped;
+                                       return parent.Mapped;
                                }
 
                                return true;