* System.Windows.Forms/Form.cs: Add a few ActiveMenu null checks.
commitfdb51bd7e1e8750e7ecdc7368fbe359a6f3c67c2
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Tue, 7 Aug 2007 19:32:50 +0000 (7 19:32 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Tue, 7 Aug 2007 19:32:50 +0000 (7 19:32 -0000)
tree8b592485ad4dc0549ba3efa0fe1497e33ee75458
parent4ef49fc3b834e419f2980f94b4abe11fa60b5756
* System.Windows.Forms/Form.cs: Add a few ActiveMenu null checks.
  ActiveMenu might be null if we have a menu strip.
* System.Windows.Forms/MdiWindowManager.cs: Don't create a maximized
  menu if the child or it's parent has a menu strip. Fixes #81689.

svn path=/trunk/mcs/; revision=83608
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiWindowManager.cs