Example #1
0
	def onCursorChanged(self):
		# force redraw
		self.cursorPos += 1
		self.cursorPos -= 1
		# super
		Widget.onCursorChanged(self)
Example #2
0
 def onCursorChanged(self):
     # force redraw
     self.cursorPos += 1
     self.cursorPos -= 1
     # super
     Widget.onCursorChanged(self)
Example #3
0
 def onCursorChanged(self):
     # force redraw
     self.cursorColumn += 1
     self.cursorColumn -= 1
     # super
     Widget.onCursorChanged(self)
Example #4
0
 def onCursorChanged(self):
     # force redraw
     self.cursorColumn += 1
     self.cursorColumn -= 1
     # super
     Widget.onCursorChanged(self)