##// END OF EJS Templates
Fix to pie model mapper
Marek Rosa -
r1258:9ffa0de920ec
parent child
Show More
@@ -301,6 +301,9 void QPieModelMapperPrivate::sliceValueChanged()
301 301
302 302 void QPieModelMapperPrivate::modelUpdated(QModelIndex topLeft, QModelIndex bottomRight)
303 303 {
304 if (m_model == 0 || m_series == 0)
305 return;
306
304 307 if (m_modelSignalsBlock)
305 308 return;
306 309
General Comments 0
You need to be logged in to leave comments. Login now