Kaydet (Commit) 38546ee5 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

close search and replace dialog after it is used (closes #17625)

üst f4e68b18
......@@ -123,6 +123,7 @@ class ReplaceDialog(SearchDialogBase):
text.undo_block_stop()
if first and last:
self.show_hit(first, last)
self.close()
def do_find(self, ok=0):
if not self.engine.getprog():
......
......@@ -12,6 +12,11 @@ Build
- Issue #17550: Fix the --enable-profiling configure switch.
Library
-------
- Issue #17625: In IDLE, close the replace dialog after it is used.
What's New in Python 3.3.1 release candidate 1?
===============================================
......
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