View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004230ParaView(No Category)public2006-12-19 10:012007-04-02 16:20
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004230: Orphaned Scalar Bar
DescriptionIf you turn on the scalar bar for an object and then delete that object, its scalar bar is "orphaned." That is, the scalar bar sticks around even after the object is delete. You can click and drag the bar, but there is no way to delete it.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0006851)
Utkarsh Ayachit (administrator)
2007-03-19 23:05

When a display is deleted, we hide all scalars bars for the lookup table used by the display is if no other display uses that lookup table.

/cvsroot/ParaView3/ParaView3/Qt/Core/pqObjectBuilder.cxx,v <-- pqObjectBuilder.cxx
new revision: 1.2; previous revision: 1.1
(0006928)
Ken Moreland (manager)
2007-03-23 15:02

I thought this was fixed, but now I was just able to reproduce it.

1. Create a Sphere source.
2. Add the Elevation filter
3. Show the scalar bar for the Elevation scalars.
4. Delete the Elevation filter.

The scalar bar stays around with no way to delete it. (Well, that's not entirely correct. You could create a new elevation filter, and the scalar bar will become attached to the new scalars.)
(0006931)
Utkarsh Ayachit (administrator)
2007-03-23 22:56

Strengthed the check of whether a LUT is being used by any source by making sure that the source does indeed have scalar coloring enabled.

/cvsroot/ParaView3/ParaView3/Qt/Core/pqScalarsToColors.cxx,v <-- pqScalarsToColors.cxx
new revision: 1.11; previous revision: 1.10

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team