Explorar el Código

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

git-svn-id: trunk@8761 -
florian hace 18 años
padre
commit
74253a0f81
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;