[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Sat Jul 11 13:03:40 PDT 2015
vcl/source/window/menubarwindow.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 28d410e14d4eec5b9960f78d21bc98a80d557807
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Jul 11 20:55:12 2015 +0100
asan: ensure mbMenuKey is initialized
Change-Id: I5404e4410b88e84f55fadb4bc82f936e1f1c2d96
diff --git a/vcl/source/window/menubarwindow.cxx b/vcl/source/window/menubarwindow.cxx
index 602366f..87bb541 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();
More information about the Libreoffice-commits
mailing list