Made the scale control work with single transforms
scale control was in transition and this makes it usable. fixes #1005 made clearing an override send an update message.
This commit is contained in:
parent
3e44555497
commit
591dcb17da
7 changed files with 7 additions and 29 deletions
|
|
@ -1437,8 +1437,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
restoreButton.Click += (sender, e) =>
|
||||
{
|
||||
// Revert the user override
|
||||
if (persistenceLayer == null)
|
||||
// Revert the user override
|
||||
if (persistenceLayer == null)
|
||||
{
|
||||
ActiveSliceSettings.Instance.ClearValue(settingData.SlicerConfigName);
|
||||
}
|
||||
|
|
@ -1448,6 +1448,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
|
||||
settingsRow.RefreshValue(layerCascade);
|
||||
OnSettingsChanged(settingData);
|
||||
};
|
||||
|
||||
restoreArea.AddChild(restoreButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue