summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-11 20:55:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-11 21:02:56 +0100
commit28d410e14d4eec5b9960f78d21bc98a80d557807 (patch)
treed3c3661f58b8155a38bfd01d998ee1fb947905b4
parente63673f8991492aaf814665f58435bc6884ca06d (diff)
asan: ensure mbMenuKey is initialized
Change-Id: I5404e4410b88e84f55fadb4bc82f936e1f1c2d96
-rw-r--r--vcl/source/window/menubarwindow.cxx1
1 files changed, 1 insertions, 0 deletions
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();