CChannelList: add connection to ResetModuls()

Ensures re init after font changes.
This commit is contained in:
2017-05-07 14:18:47 +02:00
parent d7f839dcc9
commit 1359248f72

View File

@@ -133,6 +133,7 @@ CChannelList::CChannelList(const char * const pName, bool phistoryMode, bool _vl
paint_events_index = -2;
CFrameBuffer::getInstance()->OnAfterSetPallette.connect(sigc::mem_fun(this, &CChannelList::ResetModules));
CNeutrinoApp::getInstance()->OnAfterSetupFonts.connect(sigc::mem_fun(this, &CChannelList::ResetModules));
}
CChannelList::~CChannelList()