Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix sipify doesn't handle true/false correctly in 3.4 (#29954)
  • Loading branch information
3nids committed May 27, 2019
1 parent a1c4130 commit cd64b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/core/auto_generated/qgsrendercontext.sip.in
Expand Up @@ -220,15 +220,15 @@ per millimeter.

bool renderingStopped() const;
%Docstring
Returns ``True`` if the rendering operation has been stopped and any ongoing
Returns TRUE if the rendering operation has been stopped and any ongoing
rendering should be canceled immediately.

.. seealso:: :py:func:`setRenderingStopped`
%End

bool forceVectorOutput() const;
%Docstring
Returns ``True`` if rendering operations should use vector operations instead
Returns TRUE if rendering operations should use vector operations instead
of any faster raster shortcuts.

.. seealso:: :py:func:`setForceVectorOutput`
Expand All @@ -246,7 +246,7 @@ Used to enable or disable advanced effects such as blend modes

bool drawEditingInformation() const;
%Docstring
Returns ``True`` if edit markers should be drawn during the render operation.
Returns TRUE if edit markers should be drawn during the render operation.

.. seealso:: :py:func:`setDrawEditingInformation`
%End
Expand Down

0 comments on commit cd64b97

Please sign in to comment.