Shape::setOutlineThickness now allows negative values
This commit is contained in:
parent
e3261f0430
commit
26d5620817
2 changed files with 4 additions and 3 deletions
|
@ -120,8 +120,9 @@ public :
|
|||
////////////////////////////////////////////////////////////
|
||||
/// \brief Set the thickness of the shape's outline
|
||||
///
|
||||
/// This number cannot be negative. Using zero disables
|
||||
/// the outline.
|
||||
/// Note that negative values are allowed (so that the outline
|
||||
/// expands towards the center of the shape), and using zero
|
||||
/// disables the outline.
|
||||
/// By default, the outline thickness is 0.
|
||||
///
|
||||
/// \param thickness New outline thickness
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue