mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Minor indentation cleanup -- jvr
This commit is contained in:
parent
460ff20cd6
commit
5f740070b1
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Editor(W.Window):
|
|||
W.Window.__init__(self, bounds, self.title, minsize = (330, 120), tabbable = 0)
|
||||
self.setupwidgets(text)
|
||||
if change > 0:
|
||||
self.editgroup.editor.changed = 1
|
||||
self.editgroup.editor.changed = 1
|
||||
|
||||
if self.settings.has_key("selection"):
|
||||
selstart, selend = self.settings["selection"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue