Made 'Open', 'Save' and 'Bed' more intuitive
Added more sliders Fixed issue with load progress indicator not clearing Made value display update for more sliders
This commit is contained in:
parent
2077cf7987
commit
a238c8c4b0
14 changed files with 73 additions and 61 deletions
|
|
@ -83,7 +83,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
public DoubleOrExpression CalculationHeight { get; set; } = .1;
|
||||
|
||||
[DisplayName("Expand")]
|
||||
[Slider(1, 100, Easing.EaseType.Quadratic, snapDistance: 1)]
|
||||
[Slider(1, 30, Easing.EaseType.Quadratic, snapDistance: .5)]
|
||||
public DoubleOrExpression BaseSize { get; set; } = 3;
|
||||
|
||||
[Slider(1, 20, Easing.EaseType.Quadratic, snapDistance: .1)]
|
||||
|
|
@ -257,6 +257,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
rebuildLock.Dispose();
|
||||
Invalidate(InvalidateType.DisplayValues);
|
||||
Parent?.Invalidate(new InvalidateArgs(this, InvalidateType.Children));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue