IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Fri, 18 Feb 2022 14:51:58 +0100
branchwxPython4
changeset 3429 67a4d207bace
parent 3428 803ce245f72f
child 3430 c2171d87b587
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
editors/TextViewer.py
--- a/editors/TextViewer.py	Tue Feb 15 16:10:19 2022 +0100
+++ b/editors/TextViewer.py	Fri Feb 18 14:51:58 2022 +0100
@@ -208,7 +208,7 @@
     def SetStyling(self, length, style):
         self.Editor.SetStyling(length, style)
 
-    def SetIndicatorCurrentFillRange(start, length, indic):
+    def SetIndicatorCurrentFillRange(self, start, length, indic):
         self.Editor.SetIndicatorCurrent(indic)
         self.Editor.IndicatorFillRange(start, length)