Skip to content
Snippets Groups Projects
Commit 825898a8 authored by Julien Michel's avatar Julien Michel
Browse files

corrections

parent 1e8195ca
No related merge requests found
......@@ -114,7 +114,7 @@ class ITK_EXPORT ImageViewerFullWidget
{
m_EventsInterface->PixelClicked(clickedIndex);
}
if(m_EventsInterface.IsNotNull() && m_EventsInterface->GetForwardEvents())
if(m_EventsInterface.IsNull() || m_EventsInterface->GetForwardEvents())
{
m_Parent->ChangeZoomViewedRegion(clickedIndex);
m_Parent->Update();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment