mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
close search and replace dialog after it is used (closes #17625)
This commit is contained in:
parent
f4e68b1816
commit
38546ee51c
2 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,7 @@ class ReplaceDialog(SearchDialogBase):
|
||||||
text.undo_block_stop()
|
text.undo_block_stop()
|
||||||
if first and last:
|
if first and last:
|
||||||
self.show_hit(first, last)
|
self.show_hit(first, last)
|
||||||
|
self.close()
|
||||||
|
|
||||||
def do_find(self, ok=0):
|
def do_find(self, ok=0):
|
||||||
if not self.engine.getprog():
|
if not self.engine.getprog():
|
||||||
|
|
|
@ -12,6 +12,11 @@ Build
|
||||||
|
|
||||||
- Issue #17550: Fix the --enable-profiling configure switch.
|
- 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?
|
What's New in Python 3.3.1 release candidate 1?
|
||||||
===============================================
|
===============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue