]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontcmn.cpp
Smooth Aqua buttons in wxTreeCtrl.
[wxWidgets.git] / src / common / fontcmn.cpp
index 4176be9b544094ed7313fdbc4693a99b220af300..1a8b50c376d30baa812e624dec511c5efa8880f4 100644 (file)
@@ -140,6 +140,7 @@ bool wxFontBase::operator==(const wxFont& font) const
             GetPointSize() == font.GetPointSize() &&
             GetFamily() == font.GetFamily() &&
             GetStyle() == font.GetStyle() &&
             GetPointSize() == font.GetPointSize() &&
             GetFamily() == font.GetFamily() &&
             GetStyle() == font.GetStyle() &&
+            GetWeight() == font.GetWeight() &&
             GetUnderlined() == font.GetUnderlined() &&
             GetFaceName() == font.GetFaceName() &&
             GetEncoding() == font.GetEncoding()
             GetUnderlined() == font.GetUnderlined() &&
             GetFaceName() == font.GetFaceName() &&
             GetEncoding() == font.GetEncoding()