Index: salframe.cxx =================================================================== RCS file: /cvs/gsl/vcl/aqua/source/window/salframe.cxx,v retrieving revision 1.46.112.68 diff -u -r1.46.112.68 salframe.cxx --- salframe.cxx 11 May 2007 20:25:03 -0000 1.46.112.68 +++ salframe.cxx 12 May 2007 04:49:45 -0000 @@ -327,7 +327,12 @@ // FIXME: create empty menu bar for SalFrame without menu yet! if (!mpMenu) - mpMenu = mpSalInstance->CreateMenu(TRUE); + { + if (mpParent) //tooltips need the parent menu, else no menu shows + mpMenu = mpParent->mpMenu; + else + mpMenu = mpSalInstance->CreateMenu(TRUE); + } if (mpMenu) {