mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix typo
This commit is contained in:
parent
2a2995aad4
commit
c7d09a3261
@ -55,7 +55,7 @@ Painter should be scaled beforehand so that units correspond to millimeters.
|
||||
|
||||
void drawLegend( QgsRenderContext *rendercontext );
|
||||
%Docstring
|
||||
Draw the legend using a given :py:class:`QgsRenderContext`. It willoccupy the area reported in legendSize().
|
||||
Draw the legend using a given :py:class:`QgsRenderContext`. It will occupy the area reported in legendSize().
|
||||
%End
|
||||
|
||||
static void setNodeLegendStyle( QgsLayerTreeNode *node, QgsLegendStyle::Style style );
|
||||
|
@ -59,12 +59,12 @@ class CORE_EXPORT QgsLegendRenderer
|
||||
|
||||
/**
|
||||
* Draw the legend with given painter. It will occupy the area reported in legendSize().
|
||||
* Painter should be scaled beforehand so that units correspond to millimeters.
|
||||
* Painter should be scaled beforehand so that units correspond to millimeters.
|
||||
*/
|
||||
void drawLegend( QPainter *painter );
|
||||
|
||||
/**
|
||||
* Draw the legend using a given QgsRenderContext. It willoccupy the area reported in legendSize().
|
||||
* Draw the legend using a given QgsRenderContext. It will occupy the area reported in legendSize().
|
||||
*/
|
||||
void drawLegend( QgsRenderContext *rendercontext );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user