From 0c64fb435aab0ae8f8ce93634c156b2eedede184 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Tue, 11 Dec 2007 00:04:57 +0000 Subject: format_paragraph_event wasn't returning 'break' --- Lib/idlelib/FormatParagraph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/idlelib/FormatParagraph.py b/Lib/idlelib/FormatParagraph.py index ed9f28d..f30898e 100644 --- a/Lib/idlelib/FormatParagraph.py +++ b/Lib/idlelib/FormatParagraph.py @@ -75,6 +75,7 @@ class FormatParagraph: else: text.mark_set("insert", last) text.see("insert") + return "break" def find_paragraph(text, mark): lineno, col = map(int, mark.split(".")) -- cgit v0.12