BView::Draw() is a no-op.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35760 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -199,8 +199,6 @@ MediaReplicant::AttachedToWindow()
|
|||||||
void
|
void
|
||||||
MediaReplicant::Draw(BRect rect)
|
MediaReplicant::Draw(BRect rect)
|
||||||
{
|
{
|
||||||
BView::Draw(rect);
|
|
||||||
|
|
||||||
SetDrawingMode(B_OP_OVER);
|
SetDrawingMode(B_OP_OVER);
|
||||||
DrawBitmap(fIcon);
|
DrawBitmap(fIcon);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user