diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-11-02 11:39:24 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-11-02 11:39:24 +0000 |
| commit | 9944b5ad5a7a186f15b35a538dd8a741716cc68b (patch) | |
| tree | 5510bc7761a33ed9e0414c8813e1608e0aa97725 /src | |
| parent | 4517521526559ea71ebb8eee60e899f82284f538 (diff) | |
STR #1052: Cursor in Fl_Text_Display is now by default FL_FOREGROUND_COLOR
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4623 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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; |
