Quote:
Originally Posted by ETsd4
Bugreport for v6.8.0
Changing color of supermark in the program optionviewer from default to grey with 0% opacity results into...
"FF808080",
but correct would be "808080FF", where grey is "808080" and 0% opacity is "FF".
|
Defining a supermarkcolor in OptionsFileEditorViewer
grey color: x'808080', opacity x'FF'
=>
OptionsFileEditorViewer = x'FF808080'
=>
TheDarkWrathUserOptions.py = x'FF808080'
=>
SH5 NavMap = supermarkcolor in navmap is x'FF8080' = reddish and that's wrong.