Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

Diagram can not load from dataset having white spaces #929

Closed in3otd closed 4 years ago

in3otd commented 5 years ago

see discussion on qucs-help; If a Diagram has a Graph which takes the data from a Dataset with spaces in the name, the Graph loading fails. Issue is due to this line and following lines: spaces are considered fields delimiters, so the string after the first space is assumed to be the Graph color but since it's not a valid color encoding loading fails.