beremiz

67a4d207bace
Parents 803ce245f72f
Children c2171d87b587
IDE: Fix one more sequel of wxPython4 port : typo in 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)