From de942fcc79e749d88bcc74c413bfa2af5bac63a2 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 28 Jan 2008 13:12:21 +0000 Subject: [PATCH] INTEGRATION: CWS tbe32 (1.11.158); FILE MERGED 2007/11/23 16:32:46 tbe 1.11.158.1: #i34062# state change events for SHOWING not reliably sent for menus --- toolkit/source/awt/vclxmenu.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/toolkit/source/awt/vclxmenu.cxx b/toolkit/source/awt/vclxmenu.cxx index 27d99a4e0987..0c51f1d788b3 100644 --- a/toolkit/source/awt/vclxmenu.cxx +++ b/toolkit/source/awt/vclxmenu.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxmenu.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-10-12 10:31:10 $ + * last change: $Author: vg $ $Date: 2008-01-28 14:12:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -165,6 +165,8 @@ IMPL_LINK( VCLXMenu, MenuEventListener, VclSimpleEvent*, pEvent ) case VCLEVENT_MENU_ITEMTEXTCHANGED: case VCLEVENT_MENU_ITEMCHECKED: case VCLEVENT_MENU_ITEMUNCHECKED: + case VCLEVENT_MENU_SHOW: + case VCLEVENT_MENU_HIDE: break; default: DBG_ERROR( "MenuEventListener - Unknown event!" );