summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-06-02 06:46:48 (GMT)
committerdas <das@noemail.net>2007-06-02 06:46:48 (GMT)
commitfeab45bf078f98be42eba29fc14cb7203e3987ad (patch)
tree316d2048aed8757a206680e9fb15395324db586f /macosx
parent7aadf199fdc4532865a9e396ba9314cbea33cdd0 (diff)
downloadtk-feab45bf078f98be42eba29fc14cb7203e3987ad.zip
tk-feab45bf078f98be42eba29fc14cb7203e3987ad.tar.gz
tk-feab45bf078f98be42eba29fc14cb7203e3987ad.tar.bz2
* macosx/tkMacOSXMenu.c (TkpPostMenu): ensure cascade menus display in
posted menus that are not part of the menubar or attached to a menubutton (fixes bug reported on tcl-mac by Linus Nyberg). FossilOrigin-Name: 39812812843a42eea62fc7552a3295b3a046f3d1
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXMenu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c
index 5728d9e..0d51ad3 100644
--- a/macosx/tkMacOSXMenu.c
+++ b/macosx/tkMacOSXMenu.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.25 2007/05/30 06:39:38 das Exp $
+ * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.26 2007/06/02 06:46:49 das Exp $
*/
#include "tkMacOSXInt.h"
@@ -1556,6 +1556,7 @@ TkpPostMenu(
Tcl_CancelIdleCall(DrawMenuBarWhenIdle, NULL);
DrawMenuBarWhenIdle(NULL);
}
+ RecursivelyInsertMenu(menuPtr);
TkMacOSXTrackingLoop(1);
popUpResult = PopUpMenuSelect(macMenuHdl, y, x, menuPtr->active);