* 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:
@@ -2564,8 +2564,7 @@ TAttrView::Draw(BRect)
|
|||||||
// draws the is/contains, etc. string
|
// draws the is/contains, etc. string
|
||||||
bounds.left -= (width + 10);
|
bounds.left -= (width + 10);
|
||||||
bounds.bottom -= 6;
|
bounds.bottom -= 6;
|
||||||
MovePenTo(bounds.LeftBottom());
|
DrawString(item->Submenu()->FindMarked()->Label(), bounds.LeftBottom());
|
||||||
DrawString(item->Submenu()->FindMarked()->Label());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user