Consolidate TextCreator into MatterControl

This commit is contained in:
John Lewin 2018-07-27 18:05:21 -07:00
parent 1cc6c15f9a
commit ba2a354a56
12 changed files with 9 additions and 204 deletions

View file

@ -854,7 +854,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
uiField.SetValue(sliceSettingValue, userInitiated: false);
// make sure the undo data goes back to the intial value after a change
// make sure the undo data goes back to the initial value after a change
if(uiField.Content is MHTextEditWidget textWidget)
{
textWidget.ActualTextEditWidget.InternalTextEditWidget.ClearUndoHistory();