Browse Source

Fix STR #2668.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8808 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/49/head
Manolo Gouy 14 years ago
parent
commit
6475f1a424
  1. 2
      src/Fl_Text_Display.cxx

2
src/Fl_Text_Display.cxx

@ -3600,7 +3600,7 @@ int Fl_Text_Display::handle(int event) { @@ -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));

Loading…
Cancel
Save