Merge heads

This commit is contained in:
Serhiy Storchaka 2013-01-02 10:40:36 +02:00
commit 08f4556524
3 changed files with 48 additions and 1 deletions

View file

@ -391,7 +391,7 @@ class Misc:
background, highlightColor, selectForeground,
disabledForeground, insertBackground, troughColor."""
self.tk.call(('tk_setPalette',)
+ _flatten(args) + _flatten(kw.items()))
+ _flatten(args) + _flatten(list(kw.items())))
def tk_menuBar(self, *args):
"""Do not use. Needed in Tk 3.6 and earlier."""
pass # obsolete since Tk 4.0