Insignificant cleanup and comment typo fixes...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26420 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2684,7 +2684,7 @@ void BTextView::_ReservedTextView12() {}
|
||||
*/
|
||||
void
|
||||
BTextView::_InitObject(BRect textRect, const BFont *initialFont,
|
||||
const rgb_color *initialColor)
|
||||
const rgb_color *initialColor)
|
||||
{
|
||||
BFont font;
|
||||
if (initialFont == NULL)
|
||||
@@ -2703,7 +2703,7 @@ BTextView::_InitObject(BRect textRect, const BFont *initialFont,
|
||||
|
||||
// We put these here instead of in the constructor initializer list
|
||||
// to have less code duplication, and a single place where to do changes
|
||||
// if needed.,
|
||||
// if needed.
|
||||
fTextRect = textRect;
|
||||
fMinTextRectWidth = fTextRect.Width();
|
||||
fSelStart = fSelEnd = 0;
|
||||
|
||||
Reference in New Issue
Block a user