* Removed trailing spaces in ScrollBar.h

* It's not a good idea to archive fProportion as int32, seeing it's a float
  on [0..1].
* Implemented archive constructor for BScrollBar. Untested.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24832 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-04-06 15:11:31 +00:00
parent 658aafcb62
commit 6a1d169c52
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class BScrollBar : public BView {
float fLargeStep;
float fValue;
float fProportion;
BView* fTarget;
BView* fTarget;
orientation fOrientation;
char* fTargetName;