summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-11-06 14:32:55 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-11-06 14:32:55 +0000
commit17259bcbfc909c68a179174fe9ef52132f7f9842 (patch)
tree0083a8456c66ad30caed242747eb9fdf598f29a1 /src
parent8ae745f5b3b868abba4ce394e3e298306d9f3261 (diff)
One more fix
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7801 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Text_Display.cxx2
1 files changed, 0 insertions, 2 deletions
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.