summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/zoomheight.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/zoomheight.py')
-rw-r--r--Lib/idlelib/zoomheight.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/zoomheight.py b/Lib/idlelib/zoomheight.py
index aa4a427..d01c9e9 100644
--- a/Lib/idlelib/zoomheight.py
+++ b/Lib/idlelib/zoomheight.py
@@ -20,6 +20,7 @@ class ZoomHeight:
def zoom_height_event(self, event):
top = self.editwin.top
zoom_height(top)
+ return "break"
def zoom_height(top):