View Issue Details

IDProjectCategoryView StatusLast Update
0001627Slicer4Core: Usabilitypublic2012-08-21 09:49
Reporterfedorov Assigned Tofinetjul  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.0.1Fixed in VersionSlicer 4.0.1 
Summary0001627: Creating ROI from combo box crashes slicer
Description

Can be reproduced in ChangeTracker and CropVolume modules (those that have ROI combo box).

Can also be reproduced using this code and then creating roi from the combo box:

r = slicer.qMRMLNodeComboBox()
r.nodeTypes = ['vtkMRMLAnnotationROINode']
r.setMRMLScene(slicer.mrmlScene)
r.addEnabled = 1
w1 = qt.QWidget()
l1 = qt.QFormLayout(w1)
l1.addRow(r)
w1.show()

TagsNo tags attached.

Activities

finetjul

finetjul

2011-12-13 05:24

administrator   ~0003441

Fixed in r18914

Issue History

Date Modified Username Field Change
2011-12-13 04:36 fedorov New Issue
2011-12-13 04:38 fedorov Description Updated
2011-12-13 05:24 finetjul Note Added: 0003441
2011-12-13 05:24 finetjul Status new => resolved
2011-12-13 05:24 finetjul Fixed in Version => Slicer 4.0 AHM Winter 2012
2011-12-13 05:24 finetjul Resolution open => fixed
2011-12-13 05:24 finetjul Assigned To => finetjul
2012-01-19 17:57 fedorov Status resolved => closed
2012-08-21 09:49 jcfr Target Version => Slicer 4.0.1