Looks like bug 419 wasn't fixed by previous commit. Let's see if this does.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17050 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -61,6 +61,11 @@ BStatusBar::BStatusBar(BMessage *archive)
|
|||||||
: BView(archive),
|
: BView(archive),
|
||||||
fLabel(NULL),
|
fLabel(NULL),
|
||||||
fTrailingLabel(NULL),
|
fTrailingLabel(NULL),
|
||||||
|
fText(NULL),
|
||||||
|
fTrailingText(NULL),
|
||||||
|
fMax(100.0f),
|
||||||
|
fCurrent(0.0f),
|
||||||
|
fBarHeight(-1.0f),
|
||||||
fTrailingWidth(-1.0f),
|
fTrailingWidth(-1.0f),
|
||||||
fEraseText(-1.0f),
|
fEraseText(-1.0f),
|
||||||
fEraseTrailingText(-1.0f),
|
fEraseTrailingText(-1.0f),
|
||||||
|
|||||||
Reference in New Issue
Block a user