finally nailed that bug which prevented Tracker from showing the attribute column titles, I spent way too much time debugging this...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15455 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-12-09 17:53:55 +00:00
parent f056e688a3
commit 0f1d5a1af7

View File

@ -916,7 +916,7 @@ BView::IsPrinting() const
BPoint
BView::LeftTop() const
{
return fParentOffset;
return Bounds().LeftTop();
}