summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Display.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Text_Display.cxx')
-rw-r--r--src/Fl_Text_Display.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx
index 029d7fef9..090c79ca0 100644
--- a/src/Fl_Text_Display.cxx
+++ b/src/Fl_Text_Display.cxx
@@ -168,8 +168,8 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l)
textfont_ = FL_HELVETICA; // textfont()
textsize_ = FL_NORMAL_SIZE; // textsize()
textcolor_ = FL_FOREGROUND_COLOR; // textcolor()
- grammar_underline_color_ = FL_RED;
- spelling_underline_color_ = FL_BLUE;
+ grammar_underline_color_ = FL_BLUE;
+ spelling_underline_color_ = FL_RED;
secondary_selection_color_ = FL_GRAY;
mLineNumLeft = 0; // XXX: UNUSED
mLineNumWidth = 0;