CVS commit by jkivlighn: Oops, that wasn't supposed to be committed.... M +1 -1 htmlexporter.cpp 1.10 --- kdenonbeta/krecipes/src/exporters/htmlexporter.cpp #1.9:1.10 @@ -404,5 +404,5 @@ int HTMLExporter::createBlocks( const Re /* if (newHeight>elementHeight) */ elementHeight=newHeight; // Keep user's size if it's defined as bigger - //delete sizeCalculator; + delete sizeCalculator; } rect->setHeight((int)(ceil(elementHeight*100.0/m_width))); // set the new height to the element