diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-11 20:55:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-11 21:02:56 +0100 |
commit | 28d410e14d4eec5b9960f78d21bc98a80d557807 (patch) | |
tree | d3c3661f58b8155a38bfd01d998ee1fb947905b4 /vcl | |
parent | e63673f8991492aaf814665f58435bc6884ca06d (diff) |
asan: ensure mbMenuKey is initialized
Change-Id: I5404e4410b88e84f55fadb4bc82f936e1f1c2d96
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/menubarwindow.cxx | 1 |
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(); |