Kaydet (Commit) 28d410e1 authored tarafından Caolán McNamara's avatar Caolán McNamara

asan: ensure mbMenuKey is initialized

Change-Id: I5404e4410b88e84f55fadb4bc82f936e1f1c2d96
üst e63673f8
...@@ -134,6 +134,7 @@ MenuBarWindow::MenuBarWindow( vcl::Window* pParent ) : ...@@ -134,6 +134,7 @@ MenuBarWindow::MenuBarWindow( vcl::Window* pParent ) :
bIgnoreFirstMove = true; bIgnoreFirstMove = true;
bStayActive = false; bStayActive = false;
SetMBWHideAccel(true); SetMBWHideAccel(true);
SetMBWMenuKey(false);
ResMgr* pResMgr = ImplGetResMgr(); ResMgr* pResMgr = ImplGetResMgr();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment