Remove SelectedIndex/Selection functionality from QueueData
This commit is contained in:
parent
42aff8505f
commit
e33e7d89cd
4 changed files with 7 additions and 246 deletions
|
|
@ -238,7 +238,7 @@ namespace MatterHackers.MatterControl.PrintHistory
|
|||
if (!PrinterCommunication.PrinterConnectionAndCommunication.Instance.PrintIsActive)
|
||||
{
|
||||
QueueData.Instance.AddItem(new PrintItemWrapper(printTask.PrintItemId), 0);
|
||||
QueueData.Instance.SelectedIndex = 0;
|
||||
|
||||
PrinterCommunication.PrinterConnectionAndCommunication.Instance.PrintActivePartIfPossible();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue