diff options
| author | Manolo Gouy <Manolo> | 2011-06-16 13:31:25 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-06-16 13:31:25 +0000 |
| commit | 6475f1a424cb3c7a055c3d98ef33829e28dc276a (patch) | |
| tree | 642d92e335f0caf253cea6cf6d9aecd6e9cc7180 /src | |
| parent | 598057f07928b42e4b24a52c40e72f9fbc036d5f (diff) | |
Fix STR #2668.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8808 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 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)); |
