protonscr

Steam client border has wrong colour tint

steamclosed reviewedSteam client
ValveSoftware/steam-for-linux#1761 · opened 2013-02-15 by johndrinkwater · updated 2013-11-06 · 9 comments · github
Jjohndrinkwater 2013-02-15 github

There is a single pixel column of blue tint along the right-hand side of the client window, but not along the bottom edge like it is in Windows.
steam trace_call_3799-1_0
Always thought it may have been my WM/DE, but I ran steam through apitrace earlier and noticed its steams call…

Sysinfo https://gist.github.com/johndrinkwater/4721913

Jjohndrinkwater 2013-02-15 github

Looks like an off-by-one error in this call, changing 1115 to windowsize+1 like the other coords fixes it.
Screenshot from 2013-02-15 00:18:30

MMajkl578 2013-02-15 github

This is also in Windows version.

Jjohndrinkwater 2013-02-15 github

Really? It’s just … out of place.

MMajkl578 2013-02-15 github

steam-blue-border

But I agree, I also noticed this a while ago.

Jjohndrinkwater 2013-02-15 github

ok, then this bug is … the bottom blue pixels arent there. They appear in chat windows in the overlay, but not the main window.

TTele42 2013-02-15 github

I thought this was intentional because it is a fade to blue, not a solid color for the column / row.

Jjohndrinkwater 2013-02-24 github

This looks fixed for me on the latest client, can others confirm.

Ggdrewb-valve maintainer 2013-11-05 github

Is this still active?

Ggdrewb-valve maintainer 2013-11-06 github

I just noticed this on Windows, so it's definitely still active but is not Linux-specific.

Nothing extracted yet.