* 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:
parent
fadee6b0dd
commit
7a282f3b28
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user