Slicer: 2145-support-for-installing-extension-from-file 2066dabb

Author Committer Branch Timestamp Parent
fedorov fedorov 2145-support-for-installing-extension-from-file 2013-08-22 19:16:43 2145-support-for-installing-extension-from-file a6ff01aa
Affected Issues 0003313: Crash on close scene after using the module
Changeset

BUG: fix the crash on scene close, see issue 0003313

Parameter node was referenced from a node selector event handler in the process
of scene close. Since parameter node was deleted before the the node selectors
were updated, this led to invalid reference.

The fix eliminates references to parameter node from node selector event handlers,
and does this only when user initiates the processing.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22309 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Modules/Loadable/CropVolume/qSlicerCropVolumeModuleWidget.cxx Diff File