MantisBT - ParaView
View Issue Details
0005730ParaView(No Category)public2007-09-18 10:572007-09-21 14:37
Berk Geveci 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
 
0005730: Initial settings of immediate mode rendering do not match that shown in the dialog
Try this:
* Turn off immediate mode rendering
* Restart paraview
* Verify that is is shown off in the dialog
* Save state - state shows that immediate mode rendering is on
No tags attached.
Issue History
2007-09-18 10:57Berk GeveciNew Issue
2007-09-18 10:58Berk GeveciStatusbacklog => tabled
2007-09-18 10:58Berk GeveciAssigned To => Utkarsh Ayachit
2007-09-20 11:27Utkarsh AyachitStatustabled => @80@
2007-09-20 11:27Utkarsh AyachitResolutionopen => fixed
2007-09-20 11:27Utkarsh AyachitNote Added: 0009184
2007-09-21 14:37Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0009184)
Utkarsh Ayachit   
2007-09-20 11:27   
boolean settings get saved as "true"/"false" in the settings. For some reason QVariant::toInt() would fail for such strings (even though QVariant::canConvert(QVariant::Int) would return true). Overcame the issue by consider bools when setting int properties.


/cvsroot/ParaView3/ParaView3/Qt/Core/pqSMAdaptor.cxx,v <-- pqSMAdaptor.cxx
new revision: 1.36; previous revision: 1.35