Filter validation errors to setting context

- Ensure that presets windows only show errors for preset values
- Issue MatterHackers/MCCentral#4896
Validation error appears in preset window for user override value
This commit is contained in:
John Lewin 2019-01-28 17:10:12 -08:00
parent 00a3b33a4c
commit 31dc4e0edf
5 changed files with 48 additions and 20 deletions

View file

@ -27,14 +27,14 @@ of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.
*/
using System.Collections.Generic;
using System.Linq;
using MatterHackers.Agg.UI;
using MatterHackers.DataConverters3D;
using MatterHackers.DataConverters3D.UndoCommands;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.CustomWidgets;
using MatterHackers.MatterControl.DesignTools.Operations;
using System.Collections.Generic;
using MatterHackers.Localizations;
using System.Linq;
namespace MatterHackers.MatterControl.DesignTools
{