Skip to content
Snippets Groups Projects
Commit b2e40af7 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

BUG: Fixed itk::InvalidRequestedRegionError raised when navigating the image view.

parent 10e6aa8f
No related branches found
No related tags found
No related merge requests found
......@@ -197,15 +197,14 @@ GLImageWidget
//
// REFRESH DISPLAY.
#if 0
// set the largest possible region of the image
// TODO: rename signal name when handling DataSets collections
// TODO: move signal into mvdApplication and link it to DockWidget
// and ImageView.
emit ModelImageRegionChanged(
model->GetNativeLargestRegion()
);
#endif
if( model!=NULL )
emit ModelImageRegionChanged(
model->GetNativeLargestRegion()
);
}
}
......
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