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