improving export ui behavior
This commit is contained in:
parent
fc07479414
commit
ea2bb5e65c
3 changed files with 5 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ using Polygons = System.Collections.Generic.List<System.Collections.Generic.List
|
||||||
namespace MatterHackers.MatterControl.DesignTools
|
namespace MatterHackers.MatterControl.DesignTools
|
||||||
{
|
{
|
||||||
[HideMeterialAndColor]
|
[HideMeterialAndColor]
|
||||||
public class ImageToPathObject3D_2 : PathObject3D, IImageProvider, IEditorDraw, IObject3DControlsProvider, IPropertyGridModifier, IEditorWidgetModifier
|
public class ImageToPathObject3D_2 : PathObject3D, IImageProvider, IObject3DControlsProvider, IPropertyGridModifier, IEditorWidgetModifier
|
||||||
{
|
{
|
||||||
public ImageToPathObject3D_2()
|
public ImageToPathObject3D_2()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -139,9 +139,10 @@ namespace MatterHackers.MatterControl.Library.Export
|
||||||
};
|
};
|
||||||
unionAllPartsCheckbox.CheckedStateChanged += (s, e) =>
|
unionAllPartsCheckbox.CheckedStateChanged += (s, e) =>
|
||||||
{
|
{
|
||||||
mergeMeshes = unionAllPartsCheckbox.Checked;
|
radioButton.InvokeClick();
|
||||||
|
mergeMeshes = unionAllPartsCheckbox.Checked;
|
||||||
};
|
};
|
||||||
container.AddChild(unionAllPartsCheckbox);
|
container.AddChild(unionAllPartsCheckbox);
|
||||||
|
|
||||||
// add separate checkbox
|
// add separate checkbox
|
||||||
var saveAsSeparateSTLsCheckbox = new CheckBox("Save Each Separately".Localize(), theme.TextColor, 10)
|
var saveAsSeparateSTLsCheckbox = new CheckBox("Save Each Separately".Localize(), theme.TextColor, 10)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1095d549d0fb12e216ee630631c45558c0087390
|
Subproject commit 3b8d517ed651a37de5eab97a29e5bd497ddb9752
|
||||||
Loading…
Add table
Add a link
Reference in a new issue