mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 00:50:15 -04:00
Fix physics model not being moved since commit ec80884.
This commit is contained in:
parent
92ab61f72f
commit
610e659121
@ -223,12 +223,10 @@ bool CSVRender::Object::referenceDataChanged (const QModelIndex& topLeft,
|
|||||||
{
|
{
|
||||||
mReferenceableId =
|
mReferenceableId =
|
||||||
references.getData (index, columnIndex).toString().toUtf8().constData();
|
references.getData (index, columnIndex).toString().toUtf8().constData();
|
||||||
|
|
||||||
update();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
update();
|
||||||
adjust();
|
adjust();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user