Fix copy paste mistake in wxDCFontChanger::Set() documentation
Use correct "wxFont" instead of "wxColour". Closes #17665.
This commit is contained in:
parent
6ad64a5d69
commit
0bb7d9966f
@ -1865,7 +1865,7 @@ public:
|
||||
Set the font to use.
|
||||
|
||||
This method is meant to be called once only and only on the objects
|
||||
created with the constructor overload not taking wxColour argument and
|
||||
created with the constructor overload not taking wxFont argument and
|
||||
has the same effect as the other constructor, i.e. sets the font to
|
||||
the given @a font and ensures that the old value is restored when this
|
||||
object is destroyed.
|
||||
|
Loading…
Reference in New Issue
Block a user