controls/CustomStyledTextCtrl.py
changeset 1735 c02818d7e29f
parent 1511 91538d0c242c
child 1736 7e61baa047f0
--- a/controls/CustomStyledTextCtrl.py	Mon Aug 14 22:23:17 2017 +0300
+++ b/controls/CustomStyledTextCtrl.py	Mon Aug 14 22:30:41 2017 +0300
@@ -82,12 +82,12 @@
         return None
 
 class CustomStyledTextCtrl(wx.stc.StyledTextCtrl):
-    
+
     def __init__(self, *args, **kwargs):
         wx.stc.StyledTextCtrl.__init__(self, *args, **kwargs)
-        
+
         self.Bind(wx.EVT_MOTION, self.OnMotion)
-        
+
     def OnMotion(self, event):
         if wx.Platform == '__WXMSW__':
             if not event.Dragging():