* combine MovePenTo() with DrawString()

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2009-05-01 08:39:02 +00:00
parent fadee6b0dd
commit 7a282f3b28
1 changed files with 1 additions and 2 deletions

View File

@ -2564,8 +2564,7 @@ TAttrView::Draw(BRect)
// draws the is/contains, etc. string
bounds.left -= (width + 10);
bounds.bottom -= 6;
MovePenTo(bounds.LeftBottom());
DrawString(item->Submenu()->FindMarked()->Label());
DrawString(item->Submenu()->FindMarked()->Label(), bounds.LeftBottom());
}
}