neutrino.cpp: add signal OnBeforeSetupFonts

Origin commit data
------------------
Branch: ni/coolstream
Commit: ab95fde04c
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-11-09 (Sat, 09 Nov 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2019-11-09 12:07:41 +01:00
committed by vanhofen
parent c14ed496d7
commit 0f74689722
2 changed files with 2 additions and 0 deletions

View File

@@ -2420,6 +2420,7 @@ void CNeutrinoApp::SetupFrameBuffer()
void CNeutrinoApp::SetupFonts(int fmode)
{
OnBeforeSetupFonts();
if (neutrinoFonts == NULL)
neutrinoFonts = CNeutrinoFonts::getInstance();