SetTextColor --> SetTextColour, to be consistent with the rest of the lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -256,7 +256,7 @@ public:
|
||||
virtual void SetFont( const wxFont &font );
|
||||
|
||||
// sets the text color
|
||||
virtual void SetTextColor( const wxColour &col );
|
||||
virtual void SetTextColour( const wxColour &col );
|
||||
|
||||
// strokes along a path with the current pen
|
||||
virtual void StrokePath( const wxGraphicsPath *path );
|
||||
@@ -594,7 +594,7 @@ void wxMacCoreGraphicsContext::PopState()
|
||||
CGContextRestoreGState( m_cgContext );
|
||||
}
|
||||
|
||||
void wxMacCoreGraphicsContext::SetTextColor( const wxColour &col )
|
||||
void wxMacCoreGraphicsContext::SetTextColour( const wxColour &col )
|
||||
{
|
||||
m_textForegroundColor = col;
|
||||
// to recreate the native font after color change
|
||||
|
Reference in New Issue
Block a user