Commit 7684fa8a authored by Benjamin Peterson's avatar Benjamin Peterson

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

parent ef0faa5c
......@@ -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():
......
......@@ -2,6 +2,17 @@
Python News
+++++++++++
What's New in Python 3.2.4?
===========================
*Release date: XX-Apr-2013*
Library
-------
- Issue #17625: In IDLE, close the replace dialog after it is used.
What's New in Python 3.2.4 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