eclipse / swtchart

Eclipse Public License 2.0
44 stars 41 forks source link

Fixed mappings not getting deleted during series deletion #264

Closed Mailaender closed 2 years ago

Mailaender commented 2 years ago

Closes https://github.com/eclipse/swtchart/issues/263 Closes https://github.com/eclipse/chemclipse/issues/728

eselmeister commented 2 years ago

The mapping shall keep the colors and descriptions for the complete session. There is also an option to export / import settings. Even if settings are deleted and plotted again, the unique series id is mapped to that they keep the same user specific color, ... for the complete session. A .clearAll() would prevent this behavior.