aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-10-10 09:11:27 +1100
committerNeil <nyamatongwe@gmail.com>2023-10-10 09:11:27 +1100
commitb20c3b551a4a87888cf00e5f7da22d836015a073 (patch)
tree4c2f9fd038f52c0b09c322f2f21d444766ad1994 /gtk
parent74876d72fdd85764ecc0a231bdaa711498178df5 (diff)
downloadscintilla-mirror-b20c3b551a4a87888cf00e5f7da22d836015a073.tar.gz
Use global constants for opaque black and white and local constants for greys.
Makes it easier to understand and reduces warnings.
Diffstat (limited to 'gtk')
-rwxr-xr-xgtk/PlatGTK.cxx2
1 files changed, 1 insertions, 1 deletions
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() {