Author: manolo
Date: 2011-06-16 06:31:25 -0700 (Thu, 16 Jun 2011)
New Revision: 8808
Log:
Fix STR #2668.

Modified:
   branches/branch-1.3/src/Fl_Text_Display.cxx

Modified: branches/branch-1.3/src/Fl_Text_Display.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Text_Display.cxx 2011-06-16 12:35:32 UTC (rev 
8807)
+++ branches/branch-1.3/src/Fl_Text_Display.cxx 2011-06-16 13:31:25 UTC (rev 
8808)
@@ -3600,7 +3600,7 @@
       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));

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to