HeadMaterial Window was fixed
This commit is contained in:
@@ -117,8 +117,7 @@ namespace StructureHelper.Windows.ViewModels.NdmCrossSections
|
||||
get
|
||||
{
|
||||
return editCommand ??
|
||||
(
|
||||
editCommand = new RelayCommand(
|
||||
(editCommand = new RelayCommand(
|
||||
o => EditSelectedItem(),
|
||||
o => SelectedItem != null
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user