mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 10:13:22 +00:00
Delete default skin font on exit
This commit is contained in:
parent
9f6447f4af
commit
a1b900325e
@ -298,7 +298,10 @@ SkinTheme::~SkinTheme()
|
||||
m_parts_by_id.clear();
|
||||
sheet_mapping.clear();
|
||||
|
||||
// Destroy the minifont
|
||||
// Destroy fonts
|
||||
if (m_defaultFont)
|
||||
m_defaultFont->dispose();
|
||||
|
||||
if (m_miniFont)
|
||||
m_miniFont->dispose();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user