diff options
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs')
-rw-r--r-- | mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs index 8cad840c4e..8470f2987b 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs +++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs @@ -173,6 +173,8 @@ namespace System.Windows.Forms this.MenuDroppedDown = false; base.Dismiss (reason); + + this.FireMenuDeactivate (); } internal void FireMenuActivate () |