SkinProperty doesn't have mini font by default

This commit is contained in:
David Capello 2015-05-06 10:50:21 -03:00
parent eeb6d6e1b5
commit d0fe427805

View File

@ -22,6 +22,7 @@ SkinProperty::SkinProperty()
: Property(Name)
{
m_look = NormalLook;
m_miniFont = false;
m_upperLeft = 0;
m_upperRight = 0;
m_lowerLeft = 0;