Skip to content

Commit cd64b97

Browse files
authoredMay 27, 2019
fix sipify doesn't handle true/false correctly in 3.4 (#29954)
1 parent a1c4130 commit cd64b97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎python/core/auto_generated/qgsrendercontext.sip.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,15 @@ per millimeter.
220220

221221
bool renderingStopped() const;
222222
%Docstring
223-
Returns ``True`` if the rendering operation has been stopped and any ongoing
223+
Returns TRUE if the rendering operation has been stopped and any ongoing
224224
rendering should be canceled immediately.
225225

226226
.. seealso:: :py:func:`setRenderingStopped`
227227
%End
228228

229229
bool forceVectorOutput() const;
230230
%Docstring
231-
Returns ``True`` if rendering operations should use vector operations instead
231+
Returns TRUE if rendering operations should use vector operations instead
232232
of any faster raster shortcuts.
233233

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

247247
bool drawEditingInformation() const;
248248
%Docstring
249-
Returns ``True`` if edit markers should be drawn during the render operation.
249+
Returns TRUE if edit markers should be drawn during the render operation.
250250

251251
.. seealso:: :py:func:`setDrawEditingInformation`
252252
%End

0 commit comments

Comments
 (0)
Please sign in to comment.