mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
This commit is contained in:
parent
f79cb2db3e
commit
d829e9e8e3
15 changed files with 48 additions and 48 deletions
|
@ -957,7 +957,7 @@ class SearchEngine:
|
|||
editor.ted.WEUseText(Res.Resource(Text))
|
||||
editor.ted.WECalText()
|
||||
editor.SetPort()
|
||||
Win.InvalRect(editor._bounds)
|
||||
Win.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