From 17259bcbfc909c68a179174fe9ef52132f7f9842 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 6 Nov 2010 14:32:55 +0000 Subject: One more fix git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7801 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Text_Display.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index f706219df..560675f00 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -1687,8 +1687,6 @@ int Fl_Text_Display::handle_vline( 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. -- cgit v1.2.3