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:
parent
491e6111d4
commit
36b83da43d
@ -439,6 +439,8 @@ BBox::DrawFancy()
|
||||
void
|
||||
BBox::ClearAnyLabel()
|
||||
{
|
||||
fBounds.top = 0;
|
||||
|
||||
if (fLabel) {
|
||||
free(fLabel);
|
||||
fLabel = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user