Skip to content

Commit

Permalink
doc: changed config deprecation warning, fixed uix/settings.py block …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
Zen-CODE committed Nov 19, 2013
1 parent adbf55a commit d97278d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kivy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
property used by the :class:`~kivy.uix.scrollview.ScrollView` widget.
Check the widget documentation for more information.
.. warning::
This setting was deprecated in version 1.7.0. Please use
.. deprecated:: 1.7.0
Please use
:class:`~kivy.uix.scrollview.ScrollView.effect_cls` instead.
`scroll_moves`: int
Expand All @@ -178,8 +178,8 @@
property used by the :class:`~kivy.uix.scrollview.ScrollView` widget.
Check the widget documentation for more information.
.. warning::
This setting was deprecated in version 1.7.0. Please use
.. deprecated:: 1.7.0
Please use
:class:`~kivy.uix.scrollview.ScrollView.effect_cls` instead.
:modules:
Expand Down
1 change: 1 addition & 0 deletions kivy/uix/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ class SettingsWithNoMenu(Settings):
full panel switcher is not useful.
.. warning::
This Settings panel does *not* provide a Close
button, and so it is impossible to leave the settings screen
unless you also add other behaviour or override
Expand Down

0 comments on commit d97278d

Please sign in to comment.