소스 검색

FillObject now no longer commits changes

Kenric Nugteren 10 달 전
부모
커밋
6d2371e33a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      InABox.Core/CoreTable/CoreRow.cs

+ 0 - 1
InABox.Core/CoreTable/CoreRow.cs

@@ -119,7 +119,6 @@ namespace InABox.Core
                 }
             }
 
-            obj.CommitChanges();
             obj.SetObserving(true);
         }