Also scroll to the cursor when pasting something.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26046 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-06-20 12:38:52 +00:00
parent 644470be68
commit 2fd41f637c

View File

@ -690,6 +690,8 @@ TermView::Paste(BClipboard *clipboard)
}
clipboard->Unlock();
_ScrollTo(0, true);
}
}