diff options
author | das <das> | 2007-06-02 06:44:44 (GMT) |
---|---|---|
committer | das <das> | 2007-06-02 06:44:44 (GMT) |
commit | a83599031abddc80e667369e6884788141cdab4d (patch) | |
tree | 23f9f5624cb43c6339c86857ba4c710de66d4675 /ChangeLog | |
parent | 416b6d1e00f7e93f67193db51b542628fd2e569b (diff) | |
download | tk-a83599031abddc80e667369e6884788141cdab4d.zip tk-a83599031abddc80e667369e6884788141cdab4d.tar.gz tk-a83599031abddc80e667369e6884788141cdab4d.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 Linux Nyberg).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2007-06-02 Daniel Steffen <das@users.sourceforge.net> + + * 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 Linux Nyberg). + 2007-05-31 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all @@ -10,7 +16,7 @@ * macosx/tkMacOSXWm.c: BoundsChanged carbon event handler; correct/add window invalidation after window attribute changes. - * macosx/tkMacOSXSubwindows.c (XResizeWindow, XMoveResizeWindow, + * macosx/tkMacOSXSubwindows.c (XResizeWindow, XMoveResizeWindow) (XMoveWindow): factor out common code dealing with embedded and non-toplevel windows; remove unnecessary clip and window invalidation. |