View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005730ParaView(No Category)public2007-09-18 10:572007-09-21 14:37
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005730: Initial settings of immediate mode rendering do not match that shown in the dialog
DescriptionTry 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
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0009184)
Utkarsh Ayachit (administrator)
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

 Issue History
Date Modified Username Field Change
2007-09-18 10:57 Berk Geveci New Issue
2007-09-18 10:58 Berk Geveci Status backlog => tabled
2007-09-18 10:58 Berk Geveci Assigned To => Utkarsh Ayachit
2007-09-20 11:27 Utkarsh Ayachit Status tabled => @80@
2007-09-20 11:27 Utkarsh Ayachit Resolution open => fixed
2007-09-20 11:27 Utkarsh Ayachit Note Added: 0009184
2007-09-21 14:37 Alan Scott Status @80@ => closed
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team