diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Text_Display.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index a4b020f26..fc188464b 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -123,7 +123,7 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l) mNeedAbsTopLineNum = 0; mHorizOffset = mHorizOffsetHint = 0; - mCursor_color = FL_BLACK; + mCursor_color = FL_FOREGROUND_COLOR; mFixedFontWidth = -1; mStyleBuffer = 0; |
