Opened 5 years ago
Closed 5 years ago
#81 closed defect (fixed)
Light_color/Dark_color settings are ignored
Reported by: | PulkoMandy | Owned by: | Thomas Bernard |
---|---|---|---|
Priority: | major | Milestone: | 2.6 |
Component: | GrafX2 | Version: | 2.5 |
Keywords: | Cc: |
Description
We have settings to change the Dark_color and Light_color and colorize the menu (who wants boring grey?). But they are currently not plugged to anything. We should enable them again.
Change History (5)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Just uncommenting the code there :
https://gitlab.com/GrafX2/grafX2/blob/master/src/main.c#L959
seems to make it work...
comment:3 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:4 by , 5 years ago
This is a feature that I did like in the MS-DOS version. It is equally restored in the sdl2 branch, but it was a easier choice because it's full 24bit mode for the UI, no need to enforce the editor's colors into the image's 256 colors.
Now remains the question of providing an in-program setting for it, probably in Skin menu (which is easier to customize).
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
they are loaded as Config.Fav_menu_colors[1] (Dark_color) and Config.Fav_menu_colors[2] (Light_color)