Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.

This commit is contained in:
Jack Jansen 2001-01-23 14:58:20 +00:00
parent 43bb2a4f44
commit 7302340436
14 changed files with 55 additions and 48 deletions

View file

@ -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)