/*
Copyright © 2017 Hasan Yavuz Özderya
Copyright © 2018 Hasan Yavuz Özderya
This file is part of serialplot.
@@ -205,8 +205,12 @@ void PlotManager::setMulti(bool enabled)
}
// will skip if no plot widgets exist (can happen during constructor)
if (plotWidgets.length())
{
checkNoVisChannels();
void PlotManager::setupLayout(bool multiPlot)
Status change: