View Single Post
Old 11-25-11, 04:42 PM   #8271
ETsd4
中国水兵
 
Join Date: Dec 2010
Posts: 278
Downloads: 91
Uploads: 0
Default

Quote:
Originally Posted by ETsd4 View Post
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.
ETsd4 is offline   Reply With Quote