Do not autocheck selected/active part when entering EditMode - Fixes #81701156
This commit is contained in:
parent
171d781a05
commit
21b46d25d6
1 changed files with 0 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue