diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/toolbar_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index 60302e695..a9aae0171 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -146,7 +146,7 @@ public: SetDParam(1, company); TextColour col; if (this->greyed) { - col = TC_GREY; + col = (sel ? TC_SILVER : TC_GREY) | TC_NO_SHADE; } else { col = sel ? TC_WHITE : TC_BLACK; } |