XargonWan / RetroDECK

RetroDECK brings you an all-in-one sandboxed application to play your retro games (and even not-so-retro games) on Linux/SteamOS.

Home Page:https://retrodeck.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIOS check window in Godot Configurator weird color issue

WallK opened this issue · comments

image

When scrolling horizontally -- background color of alternating rows are getting overlaid on the next cell

STR:
Click on Tools->BIOS
In opened popup scroll to the right
Observe

ER:
All the alternating rows are consistent for the whole width

Setting an alpha value for the colour of bg_color <1 causes the column 0 colour to expand as you scroll right. If you set the background colour to start at column 1 or 2 the issue does not happen.

Changing to a value of 1 and setting a lighter or contrasting colour still looks good and removes the issue.

Raise an issue with Godot about this function with column 0? set_custom_bg_color

@monkeyx-net Seems like a godot bug

But we could use alpha 1 to circumvent it, right?

Catching up on github. I think I missed replying to this thread too.

Do we close this or keep open for looking integration with themes?

I'll close this after I merge the PR