fBounds.top wasn't resetted when the label was cleared. Thanks to Korli for reporting this.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13025 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-06-09 09:11:25 +00:00
parent 491e6111d4
commit 36b83da43d

View File

@ -439,6 +439,8 @@ BBox::DrawFancy()
void
BBox::ClearAnyLabel()
{
fBounds.top = 0;
if (fLabel) {
free(fLabel);
fLabel = NULL;