Author: matt
Date: 2010-11-06 07:32:55 -0700 (Sat, 06 Nov 2010)
New Revision: 7801
Log:
One more fix

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-11-06 14:29:12 UTC (rev 
7800)
+++ branches/branch-1.3/src/Fl_Text_Display.cxx 2010-11-06 14:32:55 UTC (rev 
7801)
@@ -1687,8 +1687,6 @@
                                   int leftClip, int rightClip) const
 {
   IS_UTF8_ALIGNED(buffer()->address(lineStartPos))
-  IS_UTF8_ALIGNED(buffer()->address(leftChar))
-  if (rightChar!=INT_MAX) IS_UTF8_ALIGNED(buffer()->address(rightChar))
 
   // FIXME: we need to allow two modes for FIND_INDEX: one on the edge of the 
   // FIXME: character for selection, and one on the character center for 
cursors.

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

Reply via email to