muh6mm3d / javacalculator

Automatically exported from code.google.com/p/javacalculator
0 stars 0 forks source link

ColorChooser discards edited color when selecting a static color #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit your own color in the ColorChooser 
2. Select a satic color and close the dialog
3. Open the OptionDialog again and select the category "Color" again

What is the expected output?

 The color chooser should apply the color that was edited before.

What do you see instead?

 The ColorChooser applies the static color.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by adrian.bingener on 7 Nov 2011 at 6:42

GoogleCodeExporter commented 9 years ago
NOTE: Use 'getColorByName' to get the RGB values instead of writing them to 
TIniFile

Original comment by adrian.bingener on 11 Nov 2011 at 1:32

GoogleCodeExporter commented 9 years ago
Issue is fixed. The selected values in the color chooser are now saved 
separately from the static colors.

Original comment by adrian.bingener on 11 Nov 2011 at 2:08