* Make a BStatusBar comfortable to use without any text labels.

* In SetBarHeight(), use InvalidateLayout() when used with layout management.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35418 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-02-06 09:48:37 +00:00
parent f0599fd4e4
commit a487da80ba
2 changed files with 31 additions and 14 deletions
+1
View File
@@ -98,6 +98,7 @@ private:
BRect _BarFrame(const font_height* fontHeight
= NULL) const;
float _BarPosition(const BRect& barFrame) const;
bool _HasText() const;
BString fLabel;
BString fTrailingLabel;