Commit 167a96c0 authored by Benjamin Peterson's avatar Benjamin Peterson

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

parent f3ad030a
......@@ -122,6 +122,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():
......
......@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
- Issue #17625: In IDLE, close the replace dialog after it is used.
- Issue #17531: Fix tests that thought group and user ids were always the int
type. Also, always allow -1 as a valid group and user id.
......
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