# HG changeset patch # User Claus Gittinger # Date 895705158 -7200 # Node ID 146b3f78afcbc70ded222687092a5d184d50e813 # Parent c84e8490d267b02902751d73ba522eba3bc16472 we dont want any 3D effect for the scrolled view diff -r c84e8490d267 -r 146b3f78afcb UISpecificationTool.st --- a/UISpecificationTool.st Wed May 20 04:15:03 1998 +0200 +++ b/UISpecificationTool.st Thu May 21 00:59:18 1998 +0200 @@ -721,8 +721,16 @@ scrolledView scrolledView:View new. frame realizeAllSubViews. frame sizeChanged:nil. + + "/ we dont want any 3D effect for the scrolled view. + "/ must change the slaveViews level late, after realization. + "/ (scrolledView has its own idea, changing the level of + "/ the scrolled view. + scrolledView level:0. ]. ^ scrolledView + + "Modified: / 21.5.1998 / 00:59:05 / cg" ! windowFrame