From f605763639389655d9b6342444d7552ceca50981 Mon Sep 17 00:00:00 2001 From: Stephan Schäfer Date: Fri, 12 Jul 2002 14:49:23 +0000 Subject: #100315# improve accessible hierarchy --- vcl/source/window/menu.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vcl') diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index 4671cf101195..5f0dd990d69a 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -2,9 +2,9 @@ * * $RCSfile: menu.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: tbe $ $Date: 2002-07-11 11:12:04 $ + * last change: $Author: ssa $ $Date: 2002-07-12 15:49:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3736,6 +3736,7 @@ MenuBarWindow::MenuBarWindow( Window* pParent ) : aFloatBtn( this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE ), aHideBtn( this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE ) { + mnType = WINDOW_MENUBARWINDOW; pMenu = NULL; pActivePopup = NULL; nSaveFocusId = 0; -- cgit