Fix style.

This commit is contained in:
obrix 2020-03-17 16:02:21 +01:00
parent c291a17d42
commit 6b9fb087c2
6 changed files with 13 additions and 10 deletions

View File

@ -81,6 +81,8 @@ IndividualLayerSettings
:param type: :param type:
:param tolerance: :param tolerance:
:param units: :param units:
:param minScale:
:param maxScale:
.. deprecated:: QGIS 3.12 .. deprecated:: QGIS 3.12
use the method with SnappingTypeFlag instead. use the method with SnappingTypeFlag instead.
@ -96,6 +98,7 @@ IndividualLayerSettings
:param units: :param units:
:param minScale: :param minScale:
:param maxScale: :param maxScale:
.. versionadded:: 3.12 .. versionadded:: 3.12
%End %End