HeadMaterial Window was fixed

This commit is contained in:
Evgeny Redikultsev
2023-01-08 20:46:05 +05:00
parent 401e3dd02b
commit c35522da18
13 changed files with 151 additions and 103 deletions

View File

@@ -117,8 +117,7 @@ namespace StructureHelper.Windows.ViewModels.NdmCrossSections
get
{
return editCommand ??
(
editCommand = new RelayCommand(
(editCommand = new RelayCommand(
o => EditSelectedItem(),
o => SelectedItem != null
));