@@ -209,10 +209,9 @@ public:
|
|||||||
// Default copy ctor, assignment operator and dtor are OK.
|
// Default copy ctor, assignment operator and dtor are OK.
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Common part of all ctor, initializing everything except the size (which
|
|
||||||
// is initialized by the ctors themselves).
|
|
||||||
void Init()
|
void Init()
|
||||||
{
|
{
|
||||||
|
m_pointSize = -1;
|
||||||
m_family = wxFONTFAMILY_DEFAULT;
|
m_family = wxFONTFAMILY_DEFAULT;
|
||||||
m_flags = wxFONTFLAG_DEFAULT;
|
m_flags = wxFONTFLAG_DEFAULT;
|
||||||
m_encoding = wxFONTENCODING_DEFAULT;
|
m_encoding = wxFONTENCODING_DEFAULT;
|
||||||
|
Reference in New Issue
Block a user