don't do the merge when turning a regular area rect into an highlight area rect

svn path=/trunk/KDE/kdegraphics/okular/; revision=708740
This commit is contained in:
Pino Toscano 2007-09-05 14:51:40 +00:00
parent cbcd969e6a
commit 97fa2243ea

View File

@ -203,7 +203,7 @@ HighlightAreaRect::HighlightAreaRect( const RegularAreaRect *area )
RegularAreaRect::ConstIterator itEnd = area->end();
for ( ; it != itEnd; ++it )
{
appendShape( NormalizedRect( *it ) );
append( NormalizedRect( *it ) );
}
}
}