From 28d410e14d4eec5b9960f78d21bc98a80d557807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 11 Jul 2015 20:55:12 +0100 Subject: [PATCH] asan: ensure mbMenuKey is initialized Change-Id: I5404e4410b88e84f55fadb4bc82f936e1f1c2d96 --- vcl/source/window/menubarwindow.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/vcl/source/window/menubarwindow.cxx b/vcl/source/window/menubarwindow.cxx index 602366f70d63..87bb541b1636 100644 --- a/vcl/source/window/menubarwindow.cxx +++ b/vcl/source/window/menubarwindow.cxx @@ -134,6 +134,7 @@ MenuBarWindow::MenuBarWindow( vcl::Window* pParent ) : bIgnoreFirstMove = true; bStayActive = false; SetMBWHideAccel(true); + SetMBWMenuKey(false); ResMgr* pResMgr = ImplGetResMgr();