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
|
|
@ -1057,12 +1057,17 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
if (mouseEvent.Button == MouseButtons.XButton1)
|
||||
{
|
||||
// user pressed the back button
|
||||
breadCrumbWidget.NavigateBack();
|
||||
NavigateBack();
|
||||
}
|
||||
|
||||
base.OnMouseDown(mouseEvent);
|
||||
}
|
||||
|
||||
public void NavigateBack()
|
||||
{
|
||||
breadCrumbWidget.NavigateBack();
|
||||
}
|
||||
|
||||
public override void OnMouseMove(MouseEventArgs mouseEvent)
|
||||
{
|
||||
if (PositionWithinLocalBounds(mouseEvent.X, mouseEvent.Y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue