Author: everaldo
Date: 2007-02-23 01:43:39 -0500 (Fri, 23 Feb 2007)
New Revision: 73350

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
Log:
Fix last commit

Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs  
2007-02-23 06:39:34 UTC (rev 73349)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs  
2007-02-23 06:43:39 UTC (rev 73350)
@@ -2115,7 +2115,7 @@
 
                                // Menu drawing
                 case Msg.WM_NCHITTEST: {
-                    if (XplatUI.IsEnabled (Handle) && ActiveMenu != null && 
PointUnderMenu() ) {
+                    if (XplatUI.IsEnabled (Handle) && ActiveMenu != null) {
                         
                         int x = LowOrder ((int)m.LParam.ToInt32 ());
                         int y = HighOrder ((int)m.LParam.ToInt32 ());

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to