diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index d63984604..44d137f54 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -136,6 +136,7 @@ CChannelList::CChannelList(const char * const pName, bool phistoryMode, bool _vl channelsChanged = false; paint_events_index = -2; + CFrameBuffer::getInstance()->OnAfterSetPallette.connect(sigc::mem_fun(this, &CChannelList::ResetModules)); } CChannelList::~CChannelList()