diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-11-03 23:49:10 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-11-03 23:49:10 (GMT) |
commit | 1c3b0b5de107ba659c5e545ba833f63e90ab8772 (patch) | |
tree | c889179d28464c9ed345a3cbc3ffc0b2b4e6cf41 /ChangeLog | |
parent | 986656e0ed50292c1a304de8226179bf74b4886c (diff) | |
download | tk-1c3b0b5de107ba659c5e545ba833f63e90ab8772.zip tk-1c3b0b5de107ba659c5e545ba833f63e90ab8772.tar.gz tk-1c3b0b5de107ba659c5e545ba833f63e90ab8772.tar.bz2 |
[Bug 2891541] fix minimization of main window when it is grabbed.
This fixes a fault in some applications that fail to release a grab set on
the main toplevel which were prevented from minimizing on windows
following the changes for bug 1847002.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-11-03 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tkWinWm.c: [Bug 2891541] Permit normal behaviour on + Windows for a grabbed toplevel when it is the main window. + 2009-11-03 Don Porter <dgp@users.sourceforge.net> *** 8.5.8 TAGGED FOR RELEASE *** |