summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2003-07-28 22:12:33 (GMT)
committerpatthoyts <patthoyts@noemail.net>2003-07-28 22:12:33 (GMT)
commit5b0b3bd70c5698427272c5ae9a4794cc4a68b58c (patch)
tree74c58b47b8ba35c732fe22ba00f3e3aaf87d0cbb /ChangeLog
parent2d1bdd213da084687f10442c2d8de2300bde287f (diff)
downloadtk-5b0b3bd70c5698427272c5ae9a4794cc4a68b58c.zip
tk-5b0b3bd70c5698427272c5ae9a4794cc4a68b58c.tar.gz
tk-5b0b3bd70c5698427272c5ae9a4794cc4a68b58c.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. FossilOrigin-Name: 82e8c7922a5424b3bae9a04d53f06557990ad8e8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22dc24e..b60e39f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.