mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-26 12:35:33 +00:00
Paint pinned fonts correctly when multiple windows option is off (fix #4815)
This commit is contained in:
parent
3b7f78f41c
commit
ff993f1687
@ -382,6 +382,7 @@ void FontPopup::recreatePinnedItems()
|
||||
m_listBox.insertChild(i++, new FontItem(base::convert_to<FontInfo>(fontInfoStr)));
|
||||
}
|
||||
m_pinnedSeparator->setVisible(!pinnedFonts.empty());
|
||||
layout();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user