Fix heading of transformation matrix section in wxDC docs

The first word of the section title was misinterpreted as an anchor, add a
real anchor to prevent this from happening.
This commit is contained in:
Vadim Zeitlin
2016-06-24 23:10:56 +02:00
parent fe1e8e46c3
commit bbe0ba46e2

View File

@@ -162,7 +162,7 @@ struct wxFontMetrics
wxColour use the colour's alpha values when stroking or filling. wxColour use the colour's alpha values when stroking or filling.
@section Support for Transformation Matrix @section dc_transform_support Support for Transformation Matrix
On some platforms (currently only under MSW) wxDC has support for applying On some platforms (currently only under MSW) wxDC has support for applying
an arbitrary affine transformation matrix to its coordinate system. Call an arbitrary affine transformation matrix to its coordinate system. Call