CChannelList: Ensure new initialize of modules on palette changes while runtime.

This commit is contained in:
2017-04-29 22:46:06 +02:00
parent 891b2e9ad2
commit 1e4967e114

View File

@@ -132,6 +132,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()