From ee2a3473854f3fbe6a823448e87201f6b9162190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 15 Jul 2008 13:22:29 +0000 Subject: [PATCH] Minor cleanup again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26423 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/TextControl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kits/interface/TextControl.cpp b/src/kits/interface/TextControl.cpp index 9dc2adcd9f..ebb365a340 100644 --- a/src/kits/interface/TextControl.cpp +++ b/src/kits/interface/TextControl.cpp @@ -731,8 +731,7 @@ BTextControl::_InitData(const char* label, const char* initialText, fText = static_cast(FindView("_input_")); if (fText == NULL) { - BRect frame(fDivider, bounds.top, - bounds.right, bounds.bottom); + BRect frame(fDivider, bounds.top, bounds.right, bounds.bottom); // we are stroking the frame around the text view, which // is 2 pixels wide frame.InsetBy(2.0, 3.0);