Merge branch 'master' into gtk3

This commit is contained in:
Beep6581
2016-06-09 23:36:02 +02:00
52 changed files with 6114 additions and 6013 deletions

View File

@@ -1792,6 +1792,7 @@ void MyFlatCurve::setPoints (const std::vector<double>& p)
stopNumericalAdjustment();
FlatCurveType t = (FlatCurveType)p[ix++];
curve.type = t;
lit_point = -1;
if (t == FCT_MinMaxCPoints) {
curve.x.clear ();