diff options
author | patthoyts@users.sourceforge.net <patthoyts> | 2009-11-03 23:49:10 (GMT) |
---|---|---|
committer | patthoyts@users.sourceforge.net <patthoyts> | 2009-11-03 23:49:10 (GMT) |
commit | fe0ed6d19035542608408d284faabfaf90c02b38 (patch) | |
tree | c889179d28464c9ed345a3cbc3ffc0b2b4e6cf41 /changes | |
parent | 1a66acfa11ead31b33fa6ccf4bb8be39d71f7a51 (diff) | |
download | tk-fe0ed6d19035542608408d284faabfaf90c02b38.zip tk-fe0ed6d19035542608408d284faabfaf90c02b38.tar.gz tk-fe0ed6d19035542608408d284faabfaf90c02b38.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 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.130.2.14 2009/11/03 20:15:24 dgp Exp $ +RCS: @(#) $Id: changes,v 1.130.2.15 2009/11/03 23:49:11 patthoyts Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -6670,4 +6670,6 @@ in screen distances, reducing precision loss (ferrieux) 2009-10-29 (bug fix)[1825353] Russian Windows tiny fonts problem (thoyts) +2009-11-03 (bug fix)[2891541] fix grab behaviour for main window (thoyts) + --- Released 8.5.8, November xx, 2009 --- See ChangeLog for details --- |