Fixed headers missing in graph display
This commit is contained in:
@ -67,6 +67,8 @@ void GraphDisplay<COUNT>::initScreen()
|
||||
template<size_t COUNT>
|
||||
void GraphDisplay<COUNT>::redraw()
|
||||
{
|
||||
Base::redraw();
|
||||
|
||||
m_graph.redraw(static_cast<const GraphAccessorInterface<COUNT> &>(*this).getBuffers());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user