diff --git a/src/kits/tracker/FindPanel.cpp b/src/kits/tracker/FindPanel.cpp index f4ed1bf8e6..696f0313b6 100644 --- a/src/kits/tracker/FindPanel.cpp +++ b/src/kits/tracker/FindPanel.cpp @@ -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()); } }