mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed.
This commit is contained in:
parent
79713fd9c6
commit
7b0255153f
1 changed files with 1 additions and 5 deletions
|
@ -1029,11 +1029,7 @@ class SearchEngine:
|
|||
from Carbon import Res
|
||||
editor.textchanged()
|
||||
editor.selectionchanged()
|
||||
editor.ted.WEUseText(Res.Resource(Text))
|
||||
editor.ted.WECalText()
|
||||
editor.SetPort()
|
||||
editor.GetWindow().InvalWindowRect(editor._bounds)
|
||||
#editor.ted.WEUpdate(self.w.wid.GetWindowPort().visRgn)
|
||||
editor.set(Text)
|
||||
EasyDialogs.Message("Replaced %d occurrences" % counter)
|
||||
|
||||
def dont(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue