Sketcher: ShowDimensionalName by default
This commit is contained in:
committed by
Chris Hennes
parent
65fd80754a
commit
1421ff7094
@@ -317,7 +317,7 @@ void EditModeCoinManager::ParameterObserver::updateConstraintPresentationParamet
|
||||
|
||||
Client.constraintParameters.bHideUnits = hGrpskg->GetBool("HideUnits", false);
|
||||
Client.constraintParameters.bShowDimensionalName =
|
||||
hGrpskg->GetBool("ShowDimensionalName", false);
|
||||
hGrpskg->GetBool("ShowDimensionalName", true);
|
||||
Client.constraintParameters.sDimensionalStringFormat =
|
||||
QString::fromStdString(hGrpskg->GetASCII("DimensionalStringFormat", "%N = %V"));
|
||||
}
|
||||
|
||||
@@ -100,6 +100,9 @@
|
||||
<property name="prefPath" stdset="0">
|
||||
<cstring>Mod/Sketcher</cstring>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="9" column="1">
|
||||
|
||||
Reference in New Issue
Block a user