mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -635,7 +635,7 @@ class Menu:
|
|||
if self._parent:
|
||||
self._parent.menu.DisableMenuItem(self._parent_item)
|
||||
if self.bar and self.bar.parent:
|
||||
self.bar.parent.needmenubarredraw = 1
|
||||
self.bar.parent.needmenubarredraw = 1
|
||||
|
||||
class PopupMenu(Menu):
|
||||
def __init__(self, bar):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue