MantisBT - ParaView
View Issue Details
0003414ParaView(No Category)public2006-06-16 09:432006-06-16 15:59
Berk Geveci 
Utkarsh Ayachit 
urgentmajoralways
closedfixed 
 
 
0003414: Qt error with statistics view
Create 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
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0004279)
Utkarsh Ayachit   
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.