Changeset - a7301e1282b4
[Not reviewed]
default
0 1 0
Hasan Yavuz ÖZDERYA - 8 years ago 2018-03-06 15:05:01
hy@ozderya.net
fix crash when opening snapshot in multi plot mode #18
1 file changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/plotmanager.cpp
Show inline comments
 
/*
 
  Copyright © 2017 Hasan Yavuz Özderya
 
  Copyright © 2018 Hasan Yavuz Özderya
 

	
 
  This file is part of serialplot.
 

	
 
@@ -205,7 +205,11 @@ void PlotManager::setMulti(bool enabled)
 
        }
 
    }
 

	
 
    checkNoVisChannels();
 
    // will skip if no plot widgets exist (can happen during constructor)
 
    if (plotWidgets.length())
 
    {
 
        checkNoVisChannels();
 
    }
 
}
 

	
 
void PlotManager::setupLayout(bool multiPlot)
0 comments (0 inline, 0 general)