Changeset - aa925fae9c38
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 9 years ago 2017-01-03 05:14:17
hy@ozderya.net
hide/show plot widgets in multi mode
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/plotmanager.cpp
Show inline comments
 
@@ -143,9 +143,13 @@ void PlotManager::onChannelInfoChanged(c
 
        {
 
            plotWidgets[ci]->updateSymbols(); // required for color change
 
            plotWidgets[ci]->updateLegend(curves[ci]);
 
            plotWidgets[ci]->setVisible(visible);
 
            if (visible)
 
            {
 
            plotWidgets[ci]->replot();
 
        }
 
    }
 
    }
 

	
 
    // replot single widget
 
    if (!isMulti)
0 comments (0 inline, 0 general)