OSDN Git Service

From Mo Dejong <supermo@bayarea.net>:
authorkseitz <kseitz>
Fri, 13 Sep 2002 14:43:07 +0000 (14:43 +0000)
committerkseitz <kseitz>
Fri, 13 Sep 2002 14:43:07 +0000 (14:43 +0000)
commitbc8a5ab0410bd8bdb58e711d7a408bbe2de6b8d1
tree2b09200e1fe9b42bea4786cc05d344ae708be0d5
parent41cebfe3f8b3cf7207e2f3bdc19c63f945007ee2
    From Mo Dejong  <supermo@bayarea.net>:
        * win/tkWinWm.c (Tk_WmCmd): Check the WM_NEVER_MAPPED
        flag while processing the wm deiconify command.
        The WM_UPDATE_PENDING flag should never be set when
        WM_NEVER_MAPPED is set, but double check so that
        the implementation is more explicit and matches
        the comment just above.
        Return without invoking TkWmRestackToplevel or
        TkSetFocusWin on a toplevel that has never been
        mapped. This fixes a bug where a toplevel is mapped
        with the wrong size and is then resized by the
        idle call to MapFrame.
tk/ChangeLog
tk/win/tkWinWm.c