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:
@@ -916,7 +916,7 @@ BView::IsPrinting() const
|
|||||||
BPoint
|
BPoint
|
||||||
BView::LeftTop() const
|
BView::LeftTop() const
|
||||||
{
|
{
|
||||||
return fParentOffset;
|
return Bounds().LeftTop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user