Fix GCode regression, restore required base call
- Issue MatterHackers/MCCentral#3912 Can't delete or change custom G-code in profile
This commit is contained in:
parent
d6b76db2e4
commit
65d8e8c91c
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
editWidget.Text = this.Value.Replace("\\n", "\n");
|
||||
editWidget.ActualTextEditWidget.Height = Math.Min(editWidget.ActualTextEditWidget.Printer.LocalBounds.Height, 500);
|
||||
|
||||
base.OnValueChanged(fieldChangedEventArgs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue