Ticket #207 (closed defect: fixed)
Opened 2007-10-30T14:47:28-05:00
Last modified 2007-10-31T08:04:50-05:00
Slicer plugin throws an exception when there is no active image
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | plugins | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The Slicer plugin implements PlugIn, which means currently it throws an exception when it is run without any open images. It makes more sense for it to implement PlugInFilter so that it behaves properly (displays a "no images open" message) when run without an active image, similar to how the Exporter plugin is now.
Change History
comment:1 Changed 2007-10-31T08:04:50-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
Fixed in r3333.