Page MenuHomePhabricator

Selection Service calls selection changed on deactivated/invisble QtViewParts
Closed, InvalidPublic

Description

Steps to reproduce:

  1. Start Mitk3M3
  2. Open VesselSegmentation perspective
  3. Open Segmentation perspective
  4. Set a breakpoint in QmitkVesseltreeSegmentationView::SelectionChanged()
  5. Load an image and the upper method gets called

Event Timeline

This is intended behavior. Parts which start computational intensive stuff during selection events should either put the workload in another thread (Job) or temporarly unregister the selection listener.

@Michi Do you have resources left to fix this for ImageStatistics?

@Michi: please read my previous comment

jap, i can do that. tonight or tomorrow morning

kislinsk changed the task status from Invalid to Spite.Jun 27 2018, 1:32 PM
kislinsk added a project: Bulk Edit.
kislinsk changed the task status from Spite to Invalid.Jun 27 2018, 1:36 PM
kislinsk removed a project: Bulk Edit.