From: <cod...@go...> - 2008-08-21 21:22:26
|
Author: M0E.lnx Date: Thu Aug 21 14:21:33 2008 New Revision: 135 Modified: branches/iVL/MdlPartSel.module Log: - Fixed object positioning problem with swap partitions on mdlPartSel Modified: branches/iVL/MdlPartSel.module ============================================================================== --- branches/iVL/MdlPartSel.module (original) +++ branches/iVL/MdlPartSel.module Thu Aug 21 14:21:33 2008 @@ -231,6 +231,8 @@ .tag = sPart END WITH ME.oSwaps.Add(cb) + + y = y + cb.Height + 4 NEXT END IF |