1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-05 15:40:10 +00:00

Fix physics model not being moved since commit ec80884.

This commit is contained in:
cc9cii 2015-06-12 21:38:53 +10:00
parent 92ab61f72f
commit 610e659121

View File

@ -223,12 +223,10 @@ bool CSVRender::Object::referenceDataChanged (const QModelIndex& topLeft,
{
mReferenceableId =
references.getData (index, columnIndex).toString().toUtf8().constData();
update();
}
update();
adjust();
return true;
}