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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user