mirror of https://github.com/EspoTek/Labrador.git
Hides XY curve upon exiting mode
This commit is contained in:
parent
252b95c267
commit
a4471c6ee6
|
@ -1118,6 +1118,8 @@ void isoDriver::setXYmode(bool enabled){
|
|||
}
|
||||
}
|
||||
|
||||
QCPCurve* curve = reinterpret_cast<QCPCurve*>(axes->plottable(0));
|
||||
curve->setVisible(enabled);
|
||||
emit enableCursorGroup(!enabled);
|
||||
XYmode = enabled;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue