Skip to content

Commit

Permalink
set JoinCF-output as Jdst (filter working now), see comment in exampl…
Browse files Browse the repository at this point in the history
  • Loading branch information
romangrothausmann committed Jan 31, 2018
1 parent 5bcf696 commit 1b63ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Logic/Framework/IRISApplication.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ ::ExecuteCnJCopy(JsrcImageWrapper::ImageType::IndexType SeedIndex)
m_JOINImageData->GetJoinCF()->SetDrawingColor(drawing_color);
m_JOINImageData->GetJoinCF()->SetSeedActive(true);
m_JOINImageData->GetJoinCF()->Update();
m_JOINImageData->GetJdst()->SetImage(m_JOINImageData->GetJoinCF()->GetOutput()); //needed because output has stolen the input's buffer and the input has no image buffer.

InvokeEvent(LayerChangeEvent());
return m_JOINImageData->GetJoinCF()->GetUpdateFlag();
Expand Down

0 comments on commit 1b63ff4

Please sign in to comment.