Edit and compile missed saving.
This commit is contained in:
parent
ab34d92077
commit
11e92e20fc
1 changed files with 3 additions and 0 deletions
|
|
@ -577,6 +577,9 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
}
|
||||
else if(ItemCount > 0
|
||||
&& SelectedIndex >= ItemCount)
|
||||
{
|
||||
SelectedIndex = ItemCount - 1;
|
||||
}
|
||||
}
|
||||
|
||||
public void Select(int index)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue