After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 136088 - "vary colors by slice" parameter is not saved in gnumeric format
"vary colors by slice" parameter is not saved in gnumeric format
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
1.2.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2004-03-03 18:19 UTC by Frederic Parrenin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the gnumeric file to reproduce the bug (2.19 KB, application/x-gnumeric)
2004-03-03 18:20 UTC, Frederic Parrenin
Details

Description Frederic Parrenin 2004-03-03 18:19:22 UTC
Steps to reproduce the problem:
- open the gnumeric file I will attach
- go to the properties of the chart and un-select "vary colors by slice"
for PlotRing1
=> the slices have all the same color
- save the file
- re-open the file
=> the slice have different colors
Comment 1 Frederic Parrenin 2004-03-03 18:20:11 UTC
Created attachment 25116 [details]
the gnumeric file to reproduce the bug
Comment 2 Jody Goldberg 2004-03-04 17:08:28 UTC
A minor silly problem.  We don't save parameters whose current value
matches the default.  The vary-style-by-element property defaults to
FALSE.  PlotPie manually overrides it, but can not change the default
in the parameter description.  As a result we don't save it when it is
false.

I've added a simple but somewhat ugly fix.