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