diff --git a/src/graphdisplay.h b/src/graphdisplay.h index c605688..f911f80 100644 --- a/src/graphdisplay.h +++ b/src/graphdisplay.h @@ -67,6 +67,8 @@ void GraphDisplay::initScreen() template void GraphDisplay::redraw() { + Base::redraw(); + m_graph.redraw(static_cast &>(*this).getBuffers()); } }