From 5a54326fe2bab5a6cf316475b6a3ba9127c68a1d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 7 May 2017 14:18:47 +0200 Subject: [PATCH] CChannelList: add connection to ResetModuls() Ensures re init after font changes. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/1359248f7218d72ede17d4971d10b896d2d182d1 Author: Thilo Graf Date: 2017-05-07 (Sun, 07 May 2017) ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 8b796cd91..5ab87058e 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -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()