vcl/source/window/menubarwindow.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 28d410e14d4eec5b9960f78d21bc98a80d557807 Author: Caolán McNamara <caol...@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();
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits