fixed improper padding removal. the addition of Scale() required one non-virtual function to be removed. apparently the private function "removeFromList" was removed. however, _ReservedView2() was also incorrectly commented out. this caused obos stylededit to fail to work, which is how I found this. I have now tested it with this version and it works

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4448 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-09-02 05:57:31 +00:00
parent b15516030c
commit 3f34315d52

View File

@ -534,7 +534,7 @@ private:
friend class BShelf;
friend class BTabView;
// virtual void _ReservedView2();
virtual void _ReservedView2();
virtual void _ReservedView3();
virtual void _ReservedView4();
virtual void _ReservedView5();