diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2003-07-28 22:12:33 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2003-07-28 22:12:33 (GMT) |
commit | fa19958f1af0e3e9b70717d9508f5f2a1ccf180e (patch) | |
tree | 74c58b47b8ba35c732fe22ba00f3e3aaf87d0cbb /ChangeLog | |
parent | 5fffee7b1c13de3e7bbcd8893e48d02a259a9b4d (diff) | |
download | tk-fa19958f1af0e3e9b70717d9508f5f2a1ccf180e.zip tk-fa19958f1af0e3e9b70717d9508f5f2a1ccf180e.tar.gz tk-fa19958f1af0e3e9b70717d9508f5f2a1ccf180e.tar.bz2 |
* win/tkWinDialog.c: Applied patch from bug #611615 which fixes a
problem with double clicks in file dialogs falling through to the
window underneath in win32.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-07-28 Pat Thoyts <patthoyts@users.sourceforge.net> + * win/tkWinDialog.c: Applied patch from bug #611615 which fixes a + problem with double clicks in file dialogs falling through to the + window underneath in win32. + * library/panedwindow.tcl: Apply patch from bug #778893 to make the panedwindow -opaqueresize option work as per the docs. |