octareenroon91 / analog-box

Automatically exported from code.google.com/p/analog-box
0 stars 0 forks source link

Default Colors Don't load correctly #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Problem Description:
With a fresh install, ABox uses a built in default color 
scheme. Under Win7, label text, knob text, equation labels, 
and closed group text are the wrong color (all should be bright yellowish). 
Summoning the Color panel and pressing 'default' 
fixes the colors, but the setting does not persist between 
application runs. WinXP and prior DO apply the colors correctly. 
Win7 (and possibly others) do NOT save the colors correctly.

Recomend:
Investigate the code where the colors are instantiated 
(during app_start) and determine where label, knob, equation, 
and groups render with the wrong colors.

Original issue reported on code.google.com by andyt7...@gmail.com on 8 Jul 2011 at 8:24

GoogleCodeExporter commented 9 years ago
Fixed in revision r24

A long time ago the 31st palette entry was used as a version tag
for software development. Somehow version 0.99 was NEVER updated
in that hackish kludge field (we're 42 versions and 10 years later 
now). That being the case, everytime ABox launched it would hit a
backwards compatibilty handler and munge parts of the color palette.

It's fixed now. Why that bug didn't show up sooner is a mystery Scooby ...

Original comment by andyt7...@gmail.com on 31 May 2012 at 8:39