From b20c3b551a4a87888cf00e5f7da22d836015a073 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 10 Oct 2023 09:11:27 +1100 Subject: Use global constants for opaque black and white and local constants for greys. Makes it easier to understand and reduces warnings. --- gtk/PlatGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 692735f45..283dd7a4b 100755 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -2149,7 +2149,7 @@ ColourRGBA Platform::Chrome() { } ColourRGBA Platform::ChromeHighlight() { - return ColourRGBA(0xff, 0xff, 0xff); + return white; } const char *Platform::DefaultFont() { -- cgit v1.2.3