View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003414ParaView(No Category)public2006-06-16 09:432006-06-16 15:59
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003414: Qt error with statistics view
DescriptionCreate a cone
Open statistics view
Create a clip

A lot of the following errors result:
QPaintEngine::setSystemClip(), should not be changed while engine is active
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0004279)
Utkarsh Ayachit (administrator)
2006-06-16 15:59

Fixed. Performing any 'progress firing' action in QAbstractItemModel::data() is a bad idea, since that would lead to progress bar update, which would lead to progress bar paint which was error since Qt was already painting the view for the model on which it called data(). Fixed it by caching relevant data information in pqDataInformationModel.

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


Copyright © 2000 - 2018 MantisBT Team