Fixed BTabs focus underline offset.

Fixed a typo in method name.

Please forgive me Stephan if I just screw your next commit...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29240 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2009-02-17 10:36:58 +00:00
parent 3b5507a987
commit 83aff015eb
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1247,7 +1247,7 @@ BControlLook::DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect,
void
BControlLook::DrawInctiveTab(BView* view, BRect& rect, const BRect& updateRect,
BControlLook::DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect,
const rgb_color& base, uint32 flags, uint32 borders)
{
if (!rect.IsValid() || !rect.Intersects(updateRect))