X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcontainer.cpp;h=77d1771416d47ae112be9c1e74fd5d663a408200;hb=11cff81f10ccca1b31288fce04d696e715b922b0;hp=cd50d587381c4a62002d2211cad3c8436e9ecb87;hpb=642cf72c11b49a9e00128ab6258a2438c785a5ab;p=architektonas diff --git a/src/container.cpp b/src/container.cpp index cd50d58..77d1771 100644 --- a/src/container.cpp +++ b/src/container.cpp @@ -492,7 +492,7 @@ void Container::ResizeAllDimensions(double newSize) // Only put "CONTAINER" markers if *not* the top level container // if (parent != NULL) if (!isTopLevelContainer) - fprintf(file, "CONTAINER\n"); + fprintf(file, "CONTAINER %i\n", layer); for(uint i=0; iEnumerate(file);