MantisBT - ParaView
View Issue Details
0003742ParaView(No Category)public2006-09-11 16:572006-11-30 22:24
Berk Geveci 
Clinton Stimpson 
normalmajoralways
closedfixed 
 
 
0003742: Cut slices are not removed when deleted from the GUI
* Create a cut filter
* Create 10 slices
* Accept
* Delete all slices and create 1 slice
* Accept

There are still bunch of slices hanging around.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0005339)
Berk Geveci   
2006-10-11 14:20   
Also, the range is wrong.
(0005615)
Clinton Stimpson   
2006-10-30 18:57   
Unlike other domains, vtkSMBoundsDomain::Update only gets bounds from the *unchecked* values of the vtkSMProxyProperty.
Since we don't do that in PV3, the domain fails to initialize with bounds, and the range is wrong in the GUI panel.
(0005717)
Clinton Stimpson   
2006-11-14 15:07   
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSampleScalarWidget.cxx,v <-- pqSampleScalarWidget.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMBoundsDomain.cxx,v <-- vtkSMBoundsDomain.cxx
new revision: 1.8; previous revision: 1.7


vtkSMBoundsDomain::Update falls back to proxies, in case there are no unchecked proxies.
pqSampleScalarWidget checks for a bounds domain as well as scalar range domain.
(0005725)
Kent Eschenberg   
2006-11-16 11:37   
This looks like bug 0002099 reported 8/4/2005.