Skip to content

Commit

Permalink
Docs: Add API change for TextInput.cursor_blink
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Jan 2, 2018
1 parent 264f75d commit 0d8f00d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kivy/uix/textinput.py
Expand Up @@ -2574,6 +2574,12 @@ def _refresh_hint_text(self):
'''This property is used to set whether the graphic cursor should blink
or not.
.. versionchanged:: 1.10.1
`cursor_blink` has been refactored to enable switching the blinking
on/off and the previous behavior has been moved to a private
`_cursor_blink` property. The previous default value `False` has been
changed to `True`.
:attr:`cursor_blink` is a :class:`~kivy.properties.BooleanProperty` and
defaults to True.
'''
Expand Down

0 comments on commit 0d8f00d

Please sign in to comment.