mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 16:10:05 +00:00
SkinProperty doesn't have mini font by default
This commit is contained in:
parent
eeb6d6e1b5
commit
d0fe427805
@ -22,6 +22,7 @@ SkinProperty::SkinProperty()
|
|||||||
: Property(Name)
|
: Property(Name)
|
||||||
{
|
{
|
||||||
m_look = NormalLook;
|
m_look = NormalLook;
|
||||||
|
m_miniFont = false;
|
||||||
m_upperLeft = 0;
|
m_upperLeft = 0;
|
||||||
m_upperRight = 0;
|
m_upperRight = 0;
|
||||||
m_lowerLeft = 0;
|
m_lowerLeft = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user