MantisBT - ParaView
View Issue Details
0007400ParaView(No Category)public2008-07-25 09:342009-05-13 13:59
Berk Geveci 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0007400: Color By menu is not updated properly
Try this:

* Sphere source
* Programmable filter - create a new array (Result)
* Apply
* Change the name of the array to Result2
* Apply

The old name sticks in the menu bar and the new one is not shown.
No tags attached.
Issue History
2008-07-25 09:34Berk GeveciNew Issue
2008-07-25 09:34Berk GeveciStatusbacklog => tabled
2008-07-25 09:34Berk GeveciAssigned To => Utkarsh Ayachit
2008-08-05 10:39Utkarsh AyachitStatustabled => @80@
2008-08-05 10:39Utkarsh AyachitResolutionopen => fixed
2008-08-05 10:39Utkarsh AyachitNote Added: 0012935
2008-08-14 16:48Alan ScottStatus@80@ => closed
2008-08-14 16:48Alan ScottNote Added: 0013025
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0012935)
Utkarsh Ayachit   
2008-08-05 10:39   
Added new dataUpdated() signal to pqDataRepresentation (removed old updated() signal). pqDisplayColorWidget as well as pqTextureComboBox now listens to this new signal which gets fired every time the data information changes to reload the available arrays etc.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqDisplayColorWidget.cxx,v <-- Qt/Components/pqDisplayColorWidget.cxx
new revision: 1.35; previous revision: 1.34
/cvsroot/ParaView3/ParaView3/Qt/Components/pqTextureComboBox.cxx,v <-- Qt/Components/pqTextureComboBox.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Core/pqDataRepresentation.cxx,v <-- Qt/Core/pqDataRepresentation.cxx
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Qt/Core/pqDataRepresentation.h,v <-- Qt/Core/pqDataRepresentation.h
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Qt/Core/pqRepresentation.cxx,v <-- Qt/Core/pqRepresentation.cxx
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Core/pqRepresentation.h,v <-- Qt/Core/pqRepresentation.h
new revision: 1.4; previous revision: 1.3
(0013025)
Alan Scott   
2008-08-14 16:48   
Tested client/server