* removed debug output
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30758 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5253,7 +5253,6 @@ BTextView::_HandleInputMethodChanged(BMessage *message)
|
|||||||
fInline->SetSelectionOffset(selectionStart);
|
fInline->SetSelectionOffset(selectionStart);
|
||||||
fInline->SetSelectionLength(selectionEnd - selectionStart);
|
fInline->SetSelectionLength(selectionEnd - selectionStart);
|
||||||
|
|
||||||
printf("string=%s\n", string);
|
|
||||||
const int32 inlineOffset = fInline->Offset();
|
const int32 inlineOffset = fInline->Offset();
|
||||||
InsertText(string, stringLen, fSelStart, NULL);
|
InsertText(string, stringLen, fSelStart, NULL);
|
||||||
fSelStart += stringLen;
|
fSelStart += stringLen;
|
||||||
|
|||||||
Reference in New Issue
Block a user