diff --git a/PrintQueue/QueueDataView.cs b/PrintQueue/QueueDataView.cs index 98455b739..385b2c331 100644 --- a/PrintQueue/QueueDataView.cs +++ b/PrintQueue/QueueDataView.cs @@ -358,17 +358,6 @@ namespace MatterHackers.MatterControl.PrintQueue if (index == SelectedIndex) { - // When not in editmode, keep updating the SelectedItems list to contain the current object. This insures - // that when toggle to editmode occurs, the active selection appears checked. - this.SelectedItems.Clear(); - this.SelectedItems.Add(queueRowItem); - - queueRowItem.selectionCheckBox.Checked = true; - queueRowItem.isSelectedItem = true; - - - - if (!PrinterConnectionAndCommunication.Instance.PrinterIsPrinting && !PrinterConnectionAndCommunication.Instance.PrinterIsPaused) { queueRowItem.isActivePrint = true;