Made it so that clicking an item immediately shows the selection.
This commit is contained in:
parent
ba05e31275
commit
2cbc341687
1 changed files with 2 additions and 1 deletions
|
|
@ -247,12 +247,13 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
// we only have single selection
|
||||
if (this.IsSelectedItem)
|
||||
{
|
||||
// It is aleady selected, do nothing.
|
||||
// It is already selected, do nothing.
|
||||
}
|
||||
else
|
||||
{
|
||||
libraryDataView.ClearSelectedItems();
|
||||
libraryDataView.SelectedItems.Add(this);
|
||||
Invalidate();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue