Author: manolo
Date: 2010-12-10 04:27:29 -0800 (Fri, 10 Dec 2010)
New Revision: 7998
Log:
Fix STR #2473

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 2010-12-10 12:05:01 UTC (rev 
7997)
+++ branches/branch-1.3/src/Fl_Text_Display.cxx 2010-12-10 12:27:29 UTC (rev 
7998)
@@ -96,7 +96,7 @@
   damage_range1_start = damage_range1_end = -1;
   damage_range2_start = damage_range2_end = -1;
   dragPos = dragging = 0;
-  dragType = DRAG_NONE;
+  dragType = DRAG_CHAR;
   display_insert_position_hint = 0;
   shortcut_ = 0;
   

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

Reply via email to