The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: R1dO on May 30, 2019, 01:15:58 PM

Title: [r8762] Minimap industry list labels have no colors
Post by: R1dO on May 30, 2019, 01:15:58 PM
I just noticed that the labels on the industry list have no colors anymore.

I seem to remember they used to be colored corresponding to the icons on the map itself (which are still ok).

Since i build myself from source it is still possible something broke on my linux system, can someone confirm?

Using the following (relevant build parameters):

BACKEND = sdl2  # But happens with "sdl" as well
OSTYPE = linux
OPTIMISE = 1
MULTI_THREAD = 1
Title: Re: [r8762] Minimap industry list labels have no colors
Post by: Leartin on May 31, 2019, 05:35:46 AM
While I'm not on the latest version, it's broken on windows too.
Title: Re: [r8762] Minimap industry list labels have no colors
Post by: prissi on June 03, 2019, 05:04:29 AM
Yes, a grey box was always draw after the correct one. Fixed in r8765.
Title: Re: [r8762] Minimap industry list labels have no colors
Post by: R1dO on June 03, 2019, 05:44:53 PM
Thank you for that.
I can confirm it works as expected now.