瀏覽代碼

* don't mark a file modified in case of an empty paste, resolves #6320

git-svn-id: trunk@8761 -
florian 18 年之前
父節點
當前提交
74253a0f81
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ide/weditor.pas

+ 0 - 1
ide/weditor.pas

@@ -5902,7 +5902,6 @@ begin
      InsertFrom(Clipboard);
      if ShowInfo then
        PopInfo;
-     SetModified(true);
    end;
   CloseGroupedAction(eaPaste);
   UnLock;