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 d82261780..118e2d4cc 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -3600,7 +3600,7 @@ int Fl_Text_Display::handle(int event) { dragType = Fl::event_clicks(); if (dragType == DRAG_CHAR) { buffer()->unselect(); - Fl::copy("", 0, 0); +// Fl::copy("", 0, 0); /* removed for STR 2668 */ } else if (dragType == DRAG_WORD) { buffer()->select(word_start(pos), word_end(pos)); |
