mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-25 21:14:39 +03:00
Merge branch 'master' into 1.4
This commit is contained in:
commit
2b8422a9f3
@ -142,7 +142,6 @@ void QObjectPropertyModel::slotObjectDestroyed(QObject *obj)
|
|||||||
m_objects.removeOne(obj);
|
m_objects.removeOne(obj);
|
||||||
if (m_object == obj){
|
if (m_object == obj){
|
||||||
m_object=0;
|
m_object=0;
|
||||||
if (!m_objects.isEmpty()) m_object=m_objects.at(0);
|
|
||||||
initModel();
|
initModel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user