Menu

Commit [r412]  Maximize  Restore  History

- fixed loading of spline curves

- fixed loading of project files from version 0.7.8
(I don't know if it works for versions >0.7.8
and <0.8.3 since I don't have the code of those old
versions. The important question is: When were the 2 lines

if (style <= LineSymbols || style == Box)
s+=QString::number(symbol.pen().width())+"\t";

added to Graph::saveCurveLayout(int index).
This decides the first part of the condition
in lines 10165 and 10179 in ApplicationWindow.cpp.)

thzs 2007-03-28

changed /trunk/qtiplot/src/ApplicationWindow.cpp
/trunk/qtiplot/src/ApplicationWindow.cpp Diff Switch to side-by-side view
Loading...