CitiesSkylinesMods / TMPE

Cities: Skylines Traffic Manager: President Edition
https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252
MIT License
565 stars 85 forks source link

Refresh tooltip #1660

Closed kianzarrin closed 1 year ago

kianzarrin commented 1 year ago

Tooltip box is annoying and hard to notice specially on a black background. I think its better to show value as part of the label text like this image

TMPE.zip

Note

in the prev PR tooltip would cause exception when CS is loading because things are not initialized. It can't even tell if it is visible or not. guarding the code like this would avoid the exception:

if (parent.containsMouse)
  parent.RefreshTooltip();

But still the tooltip is hard to notice.

krzychu124 commented 1 year ago

Ok, so for DLS it will also display it like that, I suppose?

kianzarrin commented 1 year ago

Ok, so for DLS it will also display it like that, I suppose?

yep