[TD]Ensure changed expression value is processed

This commit is contained in:
wandererfan
2025-07-31 16:27:07 -04:00
committed by Chris Hennes
parent 131737a4fc
commit d0faf2a6b4
6 changed files with 4 additions and 34 deletions

View File

@@ -397,7 +397,6 @@ void DrawViewDetail::postHlrTasks(void)
if (ScaleType.isValue("Automatic") && !checkFit()) {
double newScale = autoScale();
Scale.setValue(newScale);
Scale.purgeTouched();
detailExec(m_saveShape, m_saveDvp, m_saveDvs);
}