One more fix

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7801 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-11-06 14:32:55 +00:00
parent 8ae745f5b3
commit 17259bcbfc

View File

@ -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.