mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-128015)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
c9d2bc6d7f
commit
58e9f95c4a
3 changed files with 30 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
Fix resetting the default window icon by passing ``default=''`` to the
|
||||
:mod:`tkinter` method :meth:`!wm_iconbitmap`.
|
Loading…
Add table
Add a link
Reference in a new issue