Ref T650, also remember SB offset setting

This commit is contained in:
Klaus Basan
2019-05-08 20:13:02 +02:00
parent 94e65e3bc4
commit 7d025c6293
5 changed files with 39 additions and 9 deletions

View File

@@ -645,7 +645,8 @@ namespace BlackMisc
QString CFsxP3DSettings::convertToQString(bool i18n) const
{
Q_UNUSED(i18n);
return u"SimulatedObject: " % boolToYesNo(m_useSimulatedObjectAdding);
return u"SimulatedObject: " % boolToYesNo(m_useSimulatedObjectAdding) %
u" SB offsets: " % boolToYesNo(m_useSbOffsets);
}
CVariant CFsxP3DSettings::propertyByIndex(const CPropertyIndex &index) const