Skip to content
Snippets Groups Projects
Commit a6bb2a95 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

BUG: Mantis-1393: Remove assertion when GrayDynamicsParams are set.

An assert caused a crash when GrayDynamicsParams was set to the same
value twice.
parent 3c158019
No related branches found
No related tags found
No related merge requests found
......@@ -600,11 +600,7 @@ VectorImageSettings
if( std::equal( m_GrayDynamicsParams.begin(),
m_GrayDynamicsParams.end(),
params.begin() ) )
{
assert( false );
return;
}
m_GrayDynamicsParams = params;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment