소스 검색

* Fixed DeleteKey. Deleting the last key does not delete the section (Delphi/Windows compatible)

git-svn-id: trunk@18000 -
michael 14 년 전
부모
커밋
840b158eb8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/fcl-base/src/inifiles.pp

+ 0 - 1
packages/fcl-base/src/inifiles.pp

@@ -925,7 +925,6 @@ begin
       begin
       oSection.KeyList.Delete(oSection.KeyList.IndexOf(oKey));
       oKey.Free;
-      MaybeDeleteSection(oSection);
       MaybeUpdateFile;
       end;
     end;