From 3f34315d5262232d09e5e2bdab37538822bd1e1f Mon Sep 17 00:00:00 2001 From: shatty Date: Tue, 2 Sep 2003 05:57:31 +0000 Subject: [PATCH] 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 --- headers/os/interface/View.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/View.h b/headers/os/interface/View.h index ed6069fbdd..9d46758e33 100644 --- a/headers/os/interface/View.h +++ b/headers/os/interface/View.h @@ -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();