Avoid double (contradicting) specification of wxNativeFontInfo::SetWeight
This commit is contained in:
@@ -831,7 +831,7 @@ void wxNativeFontInfo::SetStyle(wxFontStyle style)
|
|||||||
SetXFontComponent(wxXLFD_SLANT, s);
|
SetXFontComponent(wxXLFD_SLANT, s);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxNativeFontInfo::SetWeight(wxFontWeight weight)
|
void wxNativeFontInfo::SetNumericWeight(int weight)
|
||||||
{
|
{
|
||||||
wxString s;
|
wxString s;
|
||||||
switch ( weight )
|
switch ( weight )
|
||||||
|
Reference in New Issue
Block a user