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

BUG: Mantis-1385: Update ImageViewManipulator with the projection reference.

parent 2bf8856f
No related branches found
No related tags found
No related merge requests found
......@@ -2352,8 +2352,11 @@ ImageViewWidget
assert( m_Manipulator!=NULL );
// Update the Manipulator reference projection.
// Then all view manipulation will use this projection reference.
m_Manipulator->SetWkt( image->GetProjectionRef() );
m_Manipulator->SetKeywordList( image->GetImageKeywordlist() );
m_Manipulator->SetNativeSpacing( imageModel->GetNativeSpacing() );
}
else
{
......
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