Kaydet (Commit) 5f740070 authored tarafından Just van Rossum's avatar Just van Rossum

Minor indentation cleanup -- jvr

üst 460ff20c
...@@ -83,7 +83,7 @@ class Editor(W.Window): ...@@ -83,7 +83,7 @@ class Editor(W.Window):
W.Window.__init__(self, bounds, self.title, minsize = (330, 120), tabbable = 0) W.Window.__init__(self, bounds, self.title, minsize = (330, 120), tabbable = 0)
self.setupwidgets(text) self.setupwidgets(text)
if change > 0: if change > 0:
self.editgroup.editor.changed = 1 self.editgroup.editor.changed = 1
if self.settings.has_key("selection"): if self.settings.has_key("selection"):
selstart, selend = self.settings["selection"] selstart, selend = self.settings["selection"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment