summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-11-22 20:26:11 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-11-22 20:26:11 (GMT)
commita1b406abde47d849f33623e86dbae8d3e462f50a (patch)
treeef5548e0609df9eb6472f50b9aca687b4ac42c73 /ChangeLog
parente3046584b984cb05eb01493cb2747365518f18b8 (diff)
downloadtk-a1b406abde47d849f33623e86dbae8d3e462f50a.zip
tk-a1b406abde47d849f33623e86dbae8d3e462f50a.tar.gz
tk-a1b406abde47d849f33623e86dbae8d3e462f50a.tar.bz2
[Bug 1939129] combobox dropdown was drawn behind topmost toplevels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e861d70..abdebae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-11-22 Pat Thoyts <patthoyts@users.sourceforge.net>
+ * library/ttk/combobox.tcl: [Bug 1939129] combobox dropdown was
+ drawn behind topmost toplevels.
* generic/tkCanvText.c: Fixed up complaints from MSVC engendered
* generic/tkFont.c: by the last commit. In particular replaced
* win/tkWinDraw.c: round() which is a C99 function.