mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.
This commit is contained in:
parent
43bb2a4f44
commit
7302340436
14 changed files with 55 additions and 48 deletions
|
@ -957,7 +957,7 @@ class SearchEngine:
|
|||
editor.ted.WEUseText(Res.Resource(Text))
|
||||
editor.ted.WECalText()
|
||||
editor.SetPort()
|
||||
Win.InvalWindowRect(editor._bounds)
|
||||
editor.GetWindow().InvalWindowRect(editor._bounds)
|
||||
#editor.ted.WEUpdate(self.w.wid.GetWindowPort().visRgn)
|
||||
EasyDialogs.Message("Replaced %d occurrences" % counter)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue