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
|
void
|
||||||
BTextView::_InitObject(BRect textRect, const BFont *initialFont,
|
BTextView::_InitObject(BRect textRect, const BFont *initialFont,
|
||||||
const rgb_color *initialColor)
|
const rgb_color *initialColor)
|
||||||
{
|
{
|
||||||
BFont font;
|
BFont font;
|
||||||
if (initialFont == NULL)
|
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
|
// We put these here instead of in the constructor initializer list
|
||||||
// to have less code duplication, and a single place where to do changes
|
// to have less code duplication, and a single place where to do changes
|
||||||
// if needed.,
|
// if needed.
|
||||||
fTextRect = textRect;
|
fTextRect = textRect;
|
||||||
fMinTextRectWidth = fTextRect.Width();
|
fMinTextRectWidth = fTextRect.Width();
|
||||||
fSelStart = fSelEnd = 0;
|
fSelStart = fSelEnd = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user