Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doxy
  • Loading branch information
elpaso committed Mar 11, 2021
1 parent d3df0e5 commit b269b50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -208,11 +208,11 @@ Returns ``True`` if a continuous gradient legend will be used.

void setUseContinuousLegend( bool useContinuousLegend );
%Docstring
Sets the flag to use a continuos legend to ``useContinuousLegend``.
Sets the flag to use a continuos gradient legend to ``useContinuousLegend``.

When this flag is set the legend will be rendered using a single color ramp with
When this flag is set the legend will be rendered using a continuous color ramp with
min and max values, when it is not set the legend will be rendered using separate
items for each item entry.
items for each entry.

.. seealso:: :py:func:`setOrientation`

Expand Down
6 changes: 3 additions & 3 deletions src/core/layertree/qgscolorramplegendnodesettings.h
Expand Up @@ -210,11 +210,11 @@ class CORE_EXPORT QgsColorRampLegendNodeSettings
bool useContinuousLegend() const;

/**
* Sets the flag to use a continuos legend to \a useContinuousLegend.
* Sets the flag to use a continuos gradient legend to \a useContinuousLegend.
*
* When this flag is set the legend will be rendered using a single color ramp with
* When this flag is set the legend will be rendered using a continuous color ramp with
* min and max values, when it is not set the legend will be rendered using separate
* items for each item entry.
* items for each entry.
*
* \see setOrientation()
* \see direction()
Expand Down

0 comments on commit b269b50

Please sign in to comment.