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.
https://retrodeck.net
GNU General Public License v3.0
728 stars 32 forks source link

BIOS check window in Godot Configurator weird color issue #753

Closed WallK closed 2 months ago

WallK commented 3 months ago

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

monkeyx-net commented 3 months ago

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

WallK commented 3 months ago

@monkeyx-net Seems like a godot bug

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

monkeyx-net commented 2 months ago

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?

WallK commented 2 months ago

I'll close this after I merge the PR