fixed serious bug in wxFont::operator== (ignored weight)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,6 +140,7 @@ bool wxFontBase::operator==(const wxFont& font) const
|
||||
GetPointSize() == font.GetPointSize() &&
|
||||
GetFamily() == font.GetFamily() &&
|
||||
GetStyle() == font.GetStyle() &&
|
||||
GetWeight() == font.GetWeight() &&
|
||||
GetUnderlined() == font.GetUnderlined() &&
|
||||
GetFaceName() == font.GetFaceName() &&
|
||||
GetEncoding() == font.GetEncoding()
|
||||
|
Reference in New Issue
Block a user